powered by
data(X.artificial)
## load example data set data(X.artificial) ## plot first 10 samples stacked in one line plot plot(NA, xlim = c(1, 80), ylim = c(1, 14)) for(i in 1:10) {lines(1:80, X.artificial[i,] * 50 + i)}
Run the code above in your browser using DataLab