plot,GeDSgam-method {GeDS}R Documentation

Plot method for GeDSgam objects.

Description

Plots on the linear predictor scale the component functions of a GeDSgam object fitted using NGeDSgam.

Usage

## S4 method for signature 'GeDSgam,ANY'
plot(x, n = 3L, ...)

Arguments

x

a GeDSgam-class object from which the GeDSgam fit(s) should be extracted.

n

integer value (2, 3 or 4) specifying the order (= degree + 1) of the GAM-GeDS fit.

...

further arguments to be passed to the plot.default function.


[Package GeDS version 0.2.4 Index]