R/cfs_to_acft.R

Defines functions cfs_to_acft

############################################################
#                    cfs_to_acft                           #
############################################################

cfs_to_acft <- function(mean_dis, period) {
    mean_dis * 1.9835 * period
}
cmichaud92/UCRBtools documentation built on May 25, 2022, 8:35 p.m.