Learn R Programming

evd (version 1.2-3)

bvdens: A Density Plot for a Bivariate evd Object

Description

The density of the fitted model is plotted using contour.

Usage

bvdens(x, jitter = FALSE, main = "Density Plot", xlab = "",
    ylab = "", ...)

Arguments

x
An object of class "bvevd".
jitter
Logical; if TRUE, the (transformed) data are jittered. See jitter. This need only be used if the data contains repeated values.
main
Title of plot.
xlab,ylab
Labels for x and y axes.
...
Arguments passed to contour.

Details

For non-stationary models the data are transformed to stationarity. The plot then corresponds to the distribution obtained when all covariates are zero.

See Also

bvcpp, bvdp, contour, jitter, plot.bvevd

Examples

Run this code
bvdata <- rbvlog(100, dep = 0.6)
M1 <- fbvlog(bvdata)
bvdens(M1)

Run the code above in your browser using DataLab