I set echo = false
in .Rnw file with knitr. The output is a graph with lots of white space around it. How do I decrease the white space so that the graph is not too far away from the main text?
Asked
Active
Viewed 277 times
1
-
1You mean extra white space inside of the plot (see eg `par(mar = rep(0, 4))`) or around the image? – daroczig May 05 '16 at 03:20
-
@daroczig around the image – green_C May 07 '16 at 02:03
-
Then I think it depends on your output format, and you need to tweak eg CSS when it comes to HTML. – daroczig May 07 '16 at 04:00