parametric_terms {gratia}R Documentation

Names of any parametric terms in a GAM

Description

Names of any parametric terms in a GAM

Usage

parametric_terms(model, ...)

## Default S3 method:
parametric_terms(model, ...)

## S3 method for class 'gam'
parametric_terms(model, ...)

Arguments

model

a fitted model.

...

arguments passed to other methods.


[Package gratia version 0.9.2 Index]