simpleThemes:ggplot的一些简洁主题 源码
简单主题 我经常用于制作人物,演示文稿等的简单主题的集合。 与ggplot对象一起使用。 例子: ggplot( iris , aes( Sepal.Length , Sepal.Width , colour = Species )) + geom_point() + labs( title = " A dark-themed plot! " ) + simple_dark()
文件列表
simpleThemes-master.zip
(预估有个34文件)
simpleThemes-master
.gitignore
40B
NAMESPACE
131B
R
simple_dark.R
2KB
simple_light.R
1016B
hello.R
446B
add_large_strips.R
2KB
strip_axis.R
1KB
simpleThemes.Rproj
356B
暂无评论