dens(x, adjust = 1, nplty = 2, jitter = FALSE, main = "Density Plot",
xlab = "Quantile", ylab = "Density", ...)
"evd"
.density
for details.TRUE
, the (transformed) data
are jittered to produce the rug plot. See jitter
.
This need only be used if the data contains repeated
values.density
, jitter
,
plot.evd
, pp
, qq
,
rl
, rug
uvdata <- rgev(100, loc = 0.13, scale = 1.1, shape = 0.2)
M1 <- fgev(uvdata)
dens(M1)
Run the code above in your browser using DataLab