mydf <- data.frame( x = rnorm(12), y = rnorm(12), z = rnorm(12) ) # base r plot(mydf$x) plot(mydf$y) plot(mydf$z)
One of these looks like