ggplot2
data(iris)
data(mtcars)
data(weather)
base
GGally
par(mfrow)
layout
facet_grid
scales = "free"
facet_wrap
nrow
ncol
write.table
write.csv
writeLines
?write.table write.table(x, file = "", append = FALSE, quote = TRUE, sep = " ", eol = "\n", na = "NA", dec = ".", row.names = TRUE, col.names = TRUE, qmethod = c("escape", "double"), fileEncoding = "") write.csv(...)