This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James A Campbell
rtbecard.bsky.social
did:plc:jj7aoaxve4jvjyvunvuq34d4
I finally found a nice solution for scaling figures in rmarkdown: Setup a chunk options hook which dynamically sets the out.width, fig.width and fig.height options.
fig.width=7, scale=0.8 now returns a figure 7 in wide, but the contents will be scaled down by a factor of 0.8.
#Rstats
2026-06-27T16:24:35.372Z