plot.DTDAcif {DTDA.cif} | R Documentation |
plot.DTDAcif
Description
S3 method to plot a DTDAcif object by using the generic plot function.
Usage
## S3 method for class 'DTDAcif'
plot(x, intervals = FALSE, level = 0.95, main = "",
xlab = "", ylab = "", ylim, xlim, ...)
Arguments
x |
DTDAcif object. |
intervals |
Logical. If TRUE confidence intervals are calculated if standard deviation was calculated before. |
level |
Confidence level of the standard deviation of the cifs. Default is 0.95. |
main |
An overall title for the plot. |
xlab |
A title for the x axis. |
ylab |
A title for the y axis. |
ylim |
Limit over the y axis. |
xlim |
Limit over the x axis. |
... |
Additional parameters. |
Author(s)
de Uña-Álvarez, Jacobo.
Soage González, José Carlos.
Maintainer: José Carlos Soage González. jsoage@uvigo.es
[Package DTDA.cif version 1.0.2 Index]