r 来自http://sharpsightlabs.com/blog/data-analysis-example-r-supercars-part2/#ggplot2#themes
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了r 来自http://sharpsightlabs.com/blog/data-analysis-example-r-supercars-part2/#ggplot2#themes相关的知识,希望对你有一定的参考价值。
#--------------
# Create Theme
#--------------
# BASIC THEME
theme.car_chart <-
theme(legend.position = "none") +
theme(plot.title = element_text(size=26, family="Trebuchet MS", face="bold", hjust=0, color="#666666")) +
theme(axis.title = element_text(size=18, family="Trebuchet MS", face="bold", color="#666666")) +
theme(axis.title.y = element_text(angle=0))
# SCATTERPLOT THEME
theme.car_chart_SCATTER <- theme.car_chart +
theme(axis.title.x = element_text(hjust=0, vjust=-.5))
# HISTOGRAM THEME
theme.car_chart_HIST <- theme.car_chart +
theme(axis.title.x = element_text(hjust=0, vjust=-.5))
# SMALL MULTIPLE THEME
theme.car_chart_SMALLM <- theme.car_chart +
theme(panel.grid.minor = element_blank()) +
theme(strip.text.x = element_text(size=16, family="Trebuchet MS", face="bold", color="#666666"))
以上是关于r 来自http://sharpsightlabs.com/blog/data-analysis-example-r-supercars-part2/#ggplot2#themes的主要内容,如果未能解决你的问题,请参考以下文章
来自 Google 的 R 语言编码风格指南
使用 R 和来自 R 数据帧的条件查询 MS SQL
Python:来自汇总和 r_squared 函数的不同 R 平方值
来自 R 中 SVM 概率的信用评分
text R中的barplot来自分类
r 来自GLMM的R2