ggplotThemes:我的与ggplot2一起使用的主题

时间:2021-05-19 10:00:30
【文件属性】:
文件名称:ggplotThemes:我的与ggplot2一起使用的主题
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-19 10:00:30
R ggplot2主题 我将使用此仓库来收集主题。 我打算至少写一个基本主题和一个演示主题。 我可能还会写一个主题,用在我打好的论文中,以及一个海报主题和一个博客文章主题。 我从Noam Ross的开始,并在很大程度上受到了启发。 基本主题 ggplot( d , aes( x = a , y = b , fill = c )) + geom_bar( stat = ' identity ' , position = position_dodge()) + xlab( ' The X axis ' ) + ylab( ' The Y axis ' ) + theme_tcdl ggplot( d , aes( x = a , y = b )) + geom_point( size = 3.5 ) + xlab( ' The X axis ' ) + yl
【文件预览】:
ggplotThemes-master
----README.md(1KB)
----README.Rmd(1KB)
----figure()
--------baseTheme-1.png(5KB)
--------presTheme-1.png(6KB)
--------baseTheme-2.png(5KB)
--------presTheme-2.png(5KB)
----theme_tcdl.R(2KB)
----license.md(533B)

网友评论