R/plot_multi_ptermInteraction.R

Defines functions plot.multi.ptermInteraction

Documented in plot.multi.ptermInteraction

#' @rdname plot.ptermInteraction
#' @export plot.ptermInteraction
#' @export
#' 
plot.multi.ptermInteraction <- function(x, ...){
  
  message("mgcViz does not know how to plot interactions. Returning NULL.")
  return( invisible(NULL) )
  
}
mfasiolo/mgcViz documentation built on April 19, 2024, 8:16 a.m.