Skip to contents

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)

Arguments

object

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

Value

A numeric vector of dimensions for each smooth.

Details

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

Author

Gavin L. Simpson