| print-methods {distrSim} | R Documentation | 
Methods for Function print/show in Package ‘distrSim’
Description
print and show - methods
Methods
- signature(x = "SeqDataFrames"): extra argument- short = FALSE; if- TRUEthe 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
- show
- signature(x = "Dataclass"),- signature(x = "Simulation"),- signature(x = "Contsimulation"),- signature(x = "SeqDataFrames"): as corresponding- printmethod