I created a graph with ggplot2, where the X axis labels are not readable if the graph is larger than the default. When viewing in Rstudio I can dynamically resize. When saving with ggsave (), I can specify the height and width. How do I do this in an Rmarkdown file so that the output contains a graph of the desired size?
source
share