I am working on documenting the visualization function in my package. To do this, I would like to have an image embedded in the Rd file 'funcname.Rd', which could explain the various parameters used in this function, and which will appear if the user reads the manual for a batch PDF file or writes'? Funcname 'in R. Something in the lines:

"Writing R-extension docs doesn't seem to address this issue, and the only links I could find were this blog post and this R-devel discussion . The former has a broken link to a package called base64, and the latter only refers to various alternatives, such as including images in vignettes of R packets, it would be great if it were compatible with CRAN.
Any advice on how to approach this problem would be appreciated, thanks!
r package documentation visualization rd
Teemu daniel laajala
source share