R/AllPlot.R

# plot
setMethod("plot", signature(x="MultivariateDistribution",y="missing"), 
    function(x, y,...){ 
        warning("'plot' not yet implemented for objects",
                " of class ", class(x))
    })

setMethod("plot", signature(x="UnivariateCondDistribution",y="missing"), 
    function(x, y,...){ 
        warning("'plot' not yet implemented for objects",
                " of class ", class(x))
    })

Try the distrEx package in your browser

Any scripts or data that you put into this service are public.

distrEx documentation built on Jan. 30, 2024, 3:01 a.m.