Description Usage Arguments Details Examples
Internal, auxillary functions
1 | aux_theme_publ(base_size = 12, base_family = "sans", version = 1)
|
base_size |
integer that sets the default size of font used in the plot |
base_family |
character that indicates what type of font should be used |
version |
integer that changes the characteristic of the plot, values 1,2 and 3 accepted. |
This function changes the theme of plots created with the use of ggplot package
1 2 3 | library(ggplot2)
ggplot(data=data.frame(x=1:10,y=rnorm(10)),aes(x=x,y=y))+
geom_point()+SLEMI:::aux_theme_publ(version=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.