R/ECDF.strata.plot.r

#' @export
ECDF.strata.plot <- function (obj, ...) {
    plot(obj, ylab = "Cumulative Frequency", ylim = c(0, 1), 
        type = "b", ...)
}
AMCOOK/bio.survey documentation built on June 12, 2022, 4:59 a.m.