Skip to contents

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().