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