R/plot_ptermLogical.R

Defines functions plot.ptermLogical

Documented in plot.ptermLogical

#' @rdname plot.ptermFactor
#' @export plot.ptermLogical
#' @export
#' 
plot.ptermLogical <- function(x, maxpo = 1e4, trans = identity, ...){
  
  plot.ptermFactor(x = x, maxpo = maxpo, trans = trans, ...)
  
}

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.