I know how to change the dpi of a plot when knitting a rmarkdown notebook to html. However is there a way to change the dpi of a plot generated in a rmarkdown notebook without having to knit the document, id est the plot is shown as inline output between two code chunks while working on the notebook?
knitrdocs: yihui.name/knitr/options/#plots You can set chunk options for the plotting device and dpi for individual chunks, which I believe should take effect each time you run that chunk