plot.tfer {tfer} | R Documentation |
plot method for objects of transfer class
Description
plot method for objects of transfer class
Usage
## S3 method for class 'tfer'
plot(
x,
ptype = c("density", "freq", "hist"),
xlab = "n",
main = "",
col = "red",
...
)
Arguments
x |
an object of class |
ptype |
one of |
xlab |
the x-axis label, by default "n" |
main |
the plot title, empty by default |
col |
the colour of the bars in the plot, by default "red" |
... |
any other arguments to be passed to |
[Package tfer version 1.3 Index]