R/windchill.r

windchill <- function(t, wind) {
    .Call('biometeoR_new_windchill', PACKAGE = 'biometeoR', t, wind)
}
alfcrisci/biometeoR documentation built on May 10, 2019, 8:59 a.m.