I have a problem calling parcoord() from StatDA in R. My code is as follows:
library(StatDA)
parcoord(ice[1:8],col=c(rep(1,50),rep(2,50),rep(3,50)))
I have no idea what I am doing wrong
I have a problem calling parcoord() from StatDA in R. My code is as follows:
library(StatDA)
parcoord(ice[1:8],col=c(rep(1,50),rep(2,50),rep(3,50)))
I have no idea what I am doing wrong