Mar*_*pov 9 r ggplot2
有没有办法来直接指定的宽度和高度绘图区有ggplot2,例如3"和4"个下面的数字?
ggplot2
示例代码:
library(ggplot2) x <- seq(-5,5,by=.1) d <- data.frame(x=x,y=cos(x)) p <- ggplot(d) + aes(x=x,y=y) + geom_line() ggsave(p,file='~/example.pdf')
归档时间:
11 年,2 月 前
查看次数:
27758 次
最近记录:
10 年,2 月 前