Is it possible to change the default zoom level when using knitRBootstrap?
I know that in the settings of knitRbootstrap I can change the size of the sketch, but this does not allow for more flexibility, since there is a maximum value:
knit_bootstrap_md(input=inputFile, output=outputFile, boot_style = 'cerulean', code_style="Google Code", chooser=NULL, thumbsize = 9, show_code=FALSE)
I like the functions of knitRbootsrap and prefer it over regular knitR, but I'm not sure the easiest way to adjust the image size so that some graphs / charts are displayed larger
source share