Plotting methods for objects created with quant, ES, return_level or VaR.
Usage
# S3 method for quant
plot(x, ylim = NULL, ...)
# S3 method for return_level
plot(x, ylim = NULL, ...)
# S3 method for VaR
plot(x, ylim = NULL, ...)
# S3 method for ES
plot(x, ylim = NULL, ...)
Value
Appropriate plots for quantities computed with extrememix.
Arguments
x
an object of class quant, ES, return_level or VaR.
ylim
limits of the y-axis.
...
additional parameters for compatibility.
Details
Two types of plot can be output: either a line plot in the case the functions quant, ES, return_level or VaR where called with more than one value for the input values, or an histogram otherwise.