I am now using the package extRemes
to construct a GEV distribution and I want to check how the package calculates the return level. I have tried the following codes:
library(extRemes)
return.level
return.level.fevd
As the figures show, R did not display the source code. I wonder how I can check the source code for the above function? Thanks for any help.
Thanks for @EmilBode, I have tried the following codes:
library(extRemes)
data(PORTw)
fit1 <- fevd(TMX1, PORTw, units="deg C", period.basis = "year")
get(paste0("return.level.fevd", tolower(fit1$method), pos=environment(return.level.fevd)))