powered by
This function depicts a scatterplot of bivariate data transformed to unit Fréchet scale.
plotFrechet(Y, tau = 0.95, raw = TRUE, ...)
list with data from which the estimates are to be computed.
value used to threshold the data y; by default treshold = quantile(y, 0.95).
y
treshold = quantile(y, 0.95)
logical; if TRUE, Y will be converted to unit Fréchet scale. If FALSE, Y will be understood as already in unit Fréchet scale.
TRUE
Y
FALSE
other arguments to be passed to plot.
plot
Miguel de Carvalho
The solid line corresponds to the boundary threshold in the log-log scale, with both axes being logarithmic.
## de Carvalho et al (2013, Fig. 5) data(beatenberg) plotFrechet(beatenberg, xlab = "Forest Cover", ylab = "Open Field", raw = FALSE)
Run the code above in your browser using DataLab