styles:基本情节的主题

时间:2024-06-07 23:05:54
【文件属性】:

文件名称:styles:基本情节的主题

文件大小:93KB

文件格式:ZIP

更新时间:2024-06-07 23:05:54

R

样式 样式的目标是创建ggplot样式主题并将其应用于基本图。 安装 您可以使用以下命令从github安装样式: # install.packages("devtools") devtools :: install_github( " lizhmartin/styles " ) 例子 这是一个基本示例,向您展示如何解决一个常见问题: library( styles ) # plot with internal style plot_mat <- matrix ( 1 : 8 , nrow = 2 , byrow = FALSE ) layout( plot_mat ) example_plots() style( better ) example_plots() remove_style() par( mfrow = c( 1 , 1 )) # create a new style:


【文件预览】:
styles-master
----styles.Rproj(356B)
----.gitignore(40B)
----NAMESPACE(32B)
----R()
--------remove_default.R(354B)
--------remove_style.R(261B)
--------prep.R(97B)
--------better.R(2KB)
--------check_style.R(121B)
--------.DS_Store(6KB)
--------remove_defaults.R(411B)
--------get_old_par.R(182B)
--------style.R(263B)
--------remove_shims.R(150B)
--------plot_style.R(241B)
--------apply_defaults.R(425B)
--------new_style.R(289B)
--------set_default.R(324B)
--------add_shims.R(164B)
--------example_plots.R(408B)
----.Rbuildignore(59B)
----README-example-2.png(23KB)
----LICENSE(49B)
----man()
--------remove_style.Rd(224B)
--------hello.Rd(128B)
--------check_style.Rd(221B)
--------set_default.Rd(246B)
--------example_plots.Rd(266B)
--------get_old_par.Rd(214B)
--------new_style.Rd(225B)
--------add_shims.Rd(196B)
--------remove_shims.Rd(219B)
--------plot_style.Rd(250B)
--------apply_defaults.Rd(234B)
--------style.Rd(185B)
--------better.Rd(295B)
--------remove_defaults.Rd(233B)
--------remove_default.Rd(257B)
----README-example-3.png(24KB)
----README.md(1KB)
----README.Rmd(1KB)
----DESCRIPTION(598B)
----README-example-1.png(43KB)

网友评论