Save ggplot into a PDF file. For example, to export ggplot2 graphs to a pdf file, the R code looks like this: # Create some plots library(ggplot2) myplot1 ...
確定! 回上一頁