plot.cerardat_obj | R Documentation |
plot cerardat model
## 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,...)
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. |
A. COULON
L. BELLANGER
P. HUSI
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.