R/RCTtoolbox-plot.r

Defines functions rctplot

Documented in rctplot

#' Post-Estimation Method: \code{plot()}
#'
#' @param \dots some arguments
#'
rctplot <- function(...) {
  UseMethod("rctplot")
}
KatoPachi/RCTtoolbox documentation built on April 20, 2022, 8:17 a.m.