Generation of Figures in Illustrator: Difference between revisions
Clarified instructions for making figures |
No edit summary |
||
| Line 8: | Line 8: | ||
<code>theme_classic() + # to get the overall layout</code> | <code>theme_classic() + # to get the overall layout</code> | ||
<code>theme(text = element_text(size=18) # to increase font</code> | <code>theme(text = element_text(size=18)) # to increase font</code> | ||
* Use same library (ie ggplot), font sizes etc for all figures in a paper. If you need to create multiple versions of a figure in R that is fine. | * Use same library (ie ggplot), font sizes etc for all figures in a paper. If you need to create multiple versions of a figure in R that is fine. | ||