print and show - methods
signature(x = "SeqDataFrames")
: extra argument short = FALSE
; if TRUE
the output is cut according to distrSimoptions
.
signature(x = "Dataclass")
: returns name, filename, the observation dimension, the number of runs
and the size of the sample, and, if from a version > 1.8, also the package version under which the object was generated
signature(x = "Simulation")
: as for signature(x = "Dataclass")
and, additionally,
seed and the distribution
signature(x = "Contsimulation")
: as for signature(x = "Dataclass")
and, additionally,
seed, the contamination rate and the distributions
signature(x = "Dataclass")
, signature(x = "Simulation")
,
signature(x = "Contsimulation")
, signature(x = "SeqDataFrames")
: as corresponding print
method