R/hsLibBase.R
hsPlot.Rd
Generic function for redirecting a plot-command to a specific device.
hsPlot(dev, plotFun = graphics::plot, args)
device id
plot-function to be used, e.g. plot, barplot, points, lines, ...
plot
barplot
points
lines
list of arguments to be passed to the function given in plotFun
This function returns whtat the plot function given in plotFun returns
plotFun