R/00-sim-lib.R

################################################################################

setClass("sim_fun",
         slots = c(order = "numeric", call = "call"),
         contains = "function")

################################################################################

setClass("sim_setup", 
         slots = c(base = "data.frame", simName = "character"), 
         contains = "list")

setClass("summary.sim_setup",
         slots = c(
           sim_setup = "sim_setup",
           duration = "table",
           expression = "expression",
           dim = "numeric"))

Try the saeSim package in your browser

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

saeSim documentation built on Feb. 7, 2022, 5:07 p.m.