powered by
evgam
Plot a fitted evgam object
# S3 method for evgam plot( x, given.vals = NULL, use.image = FALSE, add.map = FALSE, map.env = "world", ... )
a fitted evgam object
a list specifying variables values that are fixed.
logical: should image be used to represent two-dimensional smooths, as opposed to contour? Defaults to FALSE
FALSE
logical: should a map outline be added to any two-dimensional smooths using map? Defaults to FALSE
a character string identifying the map to superimpose via map; defaults to "world"
"world"
unused
Plots representing all one- or two-dimensional smooths
# NOT RUN { data(fremantle) fmla_gev <- list(SeaLevel ~ s(Year, k=5, bs="cr"), ~ 1, ~ 1) m_gev <- evgam(fmla_gev, fremantle, family = "gev") plot(m_gev) # }
Run the code above in your browser using DataLab