Learn R Programming

gratia (version 0.9.0)

smooths: Names of smooths in a GAM

Description

Names of smooths in a GAM

Usage

smooths(object)

# S3 method for default smooths(object)

# S3 method for gamm smooths(object)

Arguments

object

a fitted GAM or related model. Typically the result of a call to mgcv::gam(), mgcv::bam(), or mgcv::gamm().