Loading...
 
Tiki and PluginR

Tiki and PluginR


Re: Put this on stack overflow

posts: 68 France

An answer is to use ggsave to give the output of a resulting png :
ggsave(filename="plot.png", plot=plot, width=10, height=50, scale=2, units="cm")

Then how to tell R to load this picture in the webpage ? And how to manage caching ?

There are no comments at this time.