Hi friends
I wanna plot a parallel coordinate doiagram.
I want one of the lines (row number 60) to be in different color.
How can I do it? I have 269 rows and 10 columns
This is my code:
parcoords(
data[,1:10],
reorderable = F,
brushMode = '1D-axes', color = "red")