print-methods {distrSim} | R Documentation |
Methods for Function print/show in Package ‘distrSim’
Description
print and show - methods
Methods
signature(x = "SeqDataFrames")
: extra argumentshort = FALSE
; ifTRUE
the output is cut according todistrSimoptions
.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 generatedsignature(x = "Simulation")
: as forsignature(x = "Dataclass")
and, additionally, seed and the distributionsignature(x = "Contsimulation")
: as forsignature(x = "Dataclass")
and, additionally, seed, the contamination rate and the distributions- show
signature(x = "Dataclass")
,signature(x = "Simulation")
,signature(x = "Contsimulation")
,signature(x = "SeqDataFrames")
: as correspondingprint
method