plot.ptermInteraction {mgcViz} | R Documentation |
Plotting parametric interactions
Description
This function is here only to deal with parametric interactions (eg x0:fact), which cannot be plotted at the moment.
Usage
## S3 method for class 'ptermInteraction'
plot(x, ...)
## S3 method for class 'multi.ptermInteraction'
plot(x, ...)
Arguments
x |
a parametric interaction object, extracted using pterm. |
... |
currently unused. |
Value
Currently it returns NULL
.
[Package mgcViz version 0.1.11 Index]