plot-methods {distr}R Documentation

Methods for Function plot in Package 'distr'

Description

plot-methods

Methods

plot
signature(object = "AbscontDistribution"): plots density, cumulative and the inverse of the cumulative function
plot
signature(object = "DiscreteDistribution"): plots density, cumulative and the inverse of the cumulative function
plot
signature(object = "Dataclass"): produces a plot of the data matrix
plot
signature(object = "Simulation"): produces a plot of the data matrix
plot
signature(object = "Contsimulation"): produces a plot of the real data matrix
plot
signature(object = "Evaluation"): returns a boxplot of the result

[Package Contents]