B.4 ggsave
Use ggsave
instead of clicking Export, Save As in R Studio. When using pubtheme
choose
base_size = 36
and width = 20
, as is done in the template. The height = 20
option can be changed if you need to change the dimension of the plot.
Code
If using theme_pub
, you can use theme_pub(base_size = 36)