plot-methods {distrEx} | R Documentation |
Methods for Function plot in Package ‘distrEx’
Description
plot-methods
Usage
plot(x, y, ...)
## S4 method for signature 'UnivariateCondDistribution,missing'
plot(x, y, ...)
## S4 method for signature 'MultivariateDistribution,missing'
plot(x, y, ...)
Arguments
x |
object of class
|
y |
missing |
... |
addtional arguments |
Details
upto now only warnings are issued that the corresponding method is not yet implemented;
[Package distrEx version 2.9.2 Index]