R/printSimBIID_model.R

Defines functions print.SimBIID_model

Documented in print.SimBIID_model

#' @title Prints \code{SimBIID_model} objects
#'
#' @description Print method for \code{SimBIID_model} objects.
#'
#' @param x    A \code{SimBIID_model} object.
#' @param ...           Not used here.
#'
#' @return Prints parsed \code{Rcpp} code to the screen.
#' 
#' @export

print.SimBIID_model <- function(x, ...) {
    writeLines(x$code)
}

Try the SimBIID package in your browser

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

SimBIID documentation built on Feb. 4, 2021, 9:07 a.m.