R/AllShow.R

setMethod("show", "LDEstimate",
    function(object){
       digits <- getOption("digits")
       getMethod("show","Estimate")(object)
       if(getdistrModOption("show.details")!="minimal"){
        cat("Location:", object@location, "\n")
        cat("Dispersion:", object@dispersion, "\n")
       }
    })

Try the RobExtremes package in your browser

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

RobExtremes documentation built on Feb. 12, 2024, 3:01 a.m.