plotGAMSplines: Plots splines from an mgcv gam model (or gamm, just pass...

Description Usage Arguments

View source: R/PlotsModel.r

Description

Plots splines from an mgcv gam model (or gamm, just pass mod$gam). This has less functionality than the plot.gam() function (no all.terms=T), it's just a default using ggplot with facet for visual effects. Since it doesn't have an all.terms=T option, it will only plot the spline terms.

Usage

1

Arguments

mod

gam model

residuals

add residuals (default=F)

rug

add rug plot at bottom of x-axis (default=F)


wtcooper/vizrd documentation built on May 4, 2019, noon