| plot-methods {distrSim} | R Documentation |
Methods for Function plot in Package ‘distrSim’
Description
plot-methods
Value
An S3 object of class c("plotInfo","DiagnInfo"), i.e., a list
containing the information needed to produce the
respective plot, which at a later stage could be used by different
graphic engines (like, e.g. ggplot) to produce the plot
in a different framework. A more detailed description will follow in
a subsequent version.
Methods
- plot
signature(x = "Dataclass", y="missing"): produces a plot of the data matrix; optional arguments:- obs0
the indices of observations to be plotted;— of this vector
runs0maximallyMaxNumberofPlottedObsruns are plotted whereMaxNumberofPlottedObsis a global option, seedistrSimoptions- runs0
the indices of runs to be plotted; — of this vector
runs0maximallyMaxNumberofPlottedRunsruns are plotted whereMaxNumberofPlottedRunsis a global option, seedistrSimoptions- dims0
the indices of observation dimensions to be plotted; — of this vector
dims0maximallyMaxNumberofPlottedObsDimsdimensions are plotted whereMaxNumberofPlottedObsDimsis a global option, seedistrSimoptions
typical plot arguments may be passed; some have slightly different meaning (compare
plot.default):- ylim
may be transmitted matrixwise (in a 2 x (number of dimensions) matrix)) or globally, using the usual recycling rules
- col,cex,pch
may be transmitted vectorwise (for the different dimensions) or globally, using the usual recycling rules
- xlab,ylab,type
are ignored
- plot
signature(x = "Simulation", y="missing"): produces a plot of the data matrix; optional and typical plot arguments: as withsignature(x = "Dataclass", y="missing")- plot
signature(x = "Contsimulation"): produces a plot of the real data matrix; optional arguments: as withsignature(x = "Dataclass", y="missing"); typical plot arguments may be passed; some have slightly different meaning (compareplot.default):- ylim
as with
signature(x = "Simulation", y="missing")andsignature(x = "Dataclass", y="missing")- col,cex,pch
are ignored
- col.id,cex.id,pch.id
as
col,cex,pchforsignature(x = "Dataclass", y="missing")but only for ideal part of the data- col.c,cex.c,pch.c
as
col,cex,pchforsignature(x = "Dataclass", y="missing")but only for contaminated part of the data- xlab,ylab,type
are ignored