hsPlot | R Documentation |
Generic function for redirecting a plot-command to a specific device.
hsPlot(dev, plotFun = graphics::plot, args)
dev |
device id |
plotFun |
plot-function to be used, e.g. |
args |
list of arguments to be passed to the function given in plotFun |
This function returns whtat the plot function given in plotFun
returns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.