Hi, this works: apply(mtcars[c("Mazda RX4", "Merc 450SLC", "Maserati Bora"), ], 1, plot)
How do you add labels and additional edit in such a plot? For instance I want mpg cyl disp hp drat wt qsec vs am gear carb to be plottet below the X-axis -- View this message in context: http://r.789695.n4.nabble.com/Plot-rows-of-CSV-tp3555898p3560654.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.