R/plot_multi_ptermLogical.R

Defines functions plot.multi.ptermLogical

Documented in plot.multi.ptermLogical

#' @rdname plot.ptermFactor
#' @export plot.multi.ptermLogical
#' @export
#'
plot.multi.ptermLogical <- function(x, ...) {
  
  x[[1]]$name <- paste0(x[[1]]$name, "TRUE") 
  plot.multi.ptermNumeric(x, ...) 
  
}

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.