Learn R Programming

gratia (version 0.9.0)

smooth_dim: Dimension of a smooth

Description

Extracts the dimension of an estimated smooth.

Usage

smooth_dim(object)

# S3 method for gam smooth_dim(object)

# S3 method for gamm smooth_dim(object)

# S3 method for mgcv.smooth smooth_dim(object)

Value

A numeric vector of dimensions for each smooth.

Arguments

object

an R object. See Details for list of supported objects.

Author

Gavin L. Simpson

Details

This is a generic function with methods for objects of class "gam", "gamm", and "mgcv.smooth".