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) )
  
}

Try the mgcViz package in your browser

Any scripts or data that you put into this service are public.

mgcViz documentation built on Oct. 6, 2023, 5:09 p.m.