plot-methods {distrTEst} | R Documentation |
plot-methods
signature(x = "Evaluation", y="missing")
: returns a boxplot of the result signature(x = "EvaluationList", y="missing")
: regroups the list according to
the different columns/coordinates of the result of the evaluation; for each such coordinate
a boxplot is generated containing possibly several procedures and if evaluated at a Contsimulation
object also grouped into evaluations on ideal and real data. The plot
-arguments main
and ylim
may be transmitted coordinatewise
(i.e.; a vector of length (result-dimension), respectively a 2 x (result-dimension) matrix)
or globally, using the usual recycling rules.