plot.autogam {autogam}R Documentation

Plot Method for autogam Objects

Description

This function plots an autogam object. It calls the mgcv::gam object mgcv::plot.gam() method.

Usage

## S3 method for class 'autogam'
plot(x, ...)

Arguments

x

An object of class autogam.

...

Additional arguments passed to other methods.

Value

Same return object as mgcv::print.gam().


[Package autogam version 0.1.0 Index]