R语言cowplot包 theme_cowplot函数使用说明返回R语言cowplot包函数列表 功能\作用概述: 默认的cowplot主题,有一个简单的半开放框架,没有网格。在加载cowplot包之后,默认情况下会设置这个主题,但现在不是这样了。 语法\用法: theme_cowplot( font_size = 14, font_family = "", line_size = 0.5, rel_small =...
返回R语言cowplot包函数列表 功能\作用概述: 三个极简主题,提供一个完整的网格,一个水平网格,或一个垂直网格。类似于filename_edges_strength(),但在风格上有所不同。最重要的是,这些主题不会绘制次要网格线条。还有,字体大小与filename_points_covered_by_landmarks()和filename()函数中的默认值协调。 语法\...
# or we set theme_set(theme_cowplot()) at the beginning of our script: theme_set(theme_cowplot()) # Example with PNG (for fun, the OP's avatar - I love the raccoon) p1=ggdraw() + draw_image("./gg_test1.png") p2=ggdraw() + draw_image("./gg_test1.png...
代码语言:javascript 复制 # install.packages("ggThemeAssist")library(ggThemeAssist)library(ggplot2)gg<-ggplot(mtcars,aes(x=hp,y=mpg,colour=as.factor(cyl)))+geom_point()# ggplot2样式插件ggThemeAssistGadget(gg)
此函数创建的主题对于使用cowplot默认大小打印地图很有用。 语法\用法: theme_map( font_size = 14, font_family = "", line_size = 0.5, rel_small = 12/14, rel_tiny = 11/14, rel_large = 16/14)参数说明: font_size : 整体字体大小。默认值为14。 font...