R/ECDF.strata.plot.r

#' @export
ECDF.strata.plot <- function (obj, ...) {
    plot(obj, ylab = "Cumulative Frequency", ylim = c(0, 1), 
        type = "b", ...)
}
PopulationEcologyDivision/bio.survey documentation built on May 29, 2019, 2:32 p.m.