hsPlot: Plot to Specific Device

View source: R/hsLibBase.R

hsPlotR Documentation

Plot to Specific Device

Description

Generic function for redirecting a plot-command to a specific device.

Usage

hsPlot(dev, plotFun = graphics::plot, args)

Arguments

dev

device id

plotFun

plot-function to be used, e.g. plot, barplot, points, lines, ...

args

list of arguments to be passed to the function given in plotFun

Value

This function returns whtat the plot function given in plotFun returns


KWB-R/kwb.base documentation built on June 19, 2022, 3:30 a.m.