S3 method to plot a DTDAcif object by using the generic plot function.
# S3 method for DTDAcif
plot(x, intervals = FALSE, level = 0.95, main = "",
xlab = "", ylab = "", ylim, xlim, ...)DTDAcif object.
Logical. If TRUE confidence intervals are calculated if standard deviation was calculated before.
Confidence level of the standard deviation of the cifs. Default is 0.95.
An overall title for the plot.
A title for the x axis.
A title for the y axis.
Limit over the y axis.
Limit over the x axis.
Additional parameters.