powered by
parcoord(x, col = 1, lty = 1, var.label = FALSE, ...)
TRUE
matplot
Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.
parcoord(state.x77[, c(7, 4, 6, 2, 5, 3)]) ir <- rbind(iris3[,,1], iris3[,,2], iris3[,,3]) parcoord(log(ir)[, c(3, 4, 2, 1)], col = 1 + (0:149)%/%50)
Run the code above in your browser using DataLab