powered by
evgam
Plot a fitted evgam object
# S3 method for evgam plot(x, onepage = TRUE, which = NULL, main, ask = !onepage, ...)
a fitted evgam object
logical: should all plots be on one page, or on separate pages? Defaults to TRUE
TRUE
a vector of integers identifying which smooths to plot. The default NULL plots all smooths
NULL
a character string or vector of plot titles for each plot. If not supplied default titles are used
logical: ask to show next plots if too many figures for current device?
extra arguments to pass to plot.gam
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