bowser only render html, css, javascript. Then how ggplot2 render in web page?

bowser only render html, css, javascript. Then how ggplot2 render in web page? under the hood ggplot2 convert into some javascript code or something else?

Hi @ravinder387,

I am not entirely sure what you mean, but {ggplot2} plots are static plots that can be included in a web page as any standard image format (e.g., jpeg, png, pdf, tiff, etc.). Once a ggplot2 plot is saved as an image file it can be included in a web page as a standard <img> tag.

Hope this helps.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.