R/plot.ptermInteraction.R
, R/plot_multi_ptermInteraction.R
plot.ptermInteraction.Rd
This function is here only to deal with parametric interactions (eg x0:fact), which cannot be plotted at the moment.
# S3 method for ptermInteraction plot(x, ...) # S3 method for multi.ptermInteraction plot(x, ...)
x | a parametric interaction object, extracted using mgcViz::pterm. |
---|---|
... | currently unused. |
Currently it returns NULL
.