plot.cerardat_obj {SPARTAAS} | R Documentation |
plot cerardat model
Description
plot cerardat model
Usage
## S3 method for class 'cerardat_obj'
plot(x, which = NULL,
col1 = rgb(0.93,0.23,0.23,0.5), col2 = "black",
xlim=NULL, ylim=NULL,...)
Arguments
x |
a cerardat output. |
which |
Vector containing the plots you want (row number on the contingence table: numeric). |
col1 |
Color of the Event curve (color name, hex code, rgb function {grDevices} for transparency). |
col2 |
Color of the Accumulation curve (color name, hex code, rgb function {grDevices} for transparency). |
xlim |
Two numeric values, specifying the left limit and the right limit of the scale. |
ylim |
Two numeric values, specifying the lower limit and the upper limit of the scale. |
... |
other parameters to be passed through to plotting functions. |
Author(s)
A. COULON
L. BELLANGER
P. HUSI
Examples
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
[Package SPARTAAS version 1.2.4 Index]