R/RcppExports.R

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

.markov_rain <- function(rain, rainydays, years, markov, seed) {
    .Call(`_meteor_markov_rain`, rain, rainydays, years, markov, seed)
}

.hourlyFromDailyTemp <- function(tmin, tmax, doy, latitude) {
    .Call(`_meteor_hourlyFromDailyTemp`, tmin, tmax, doy, latitude)
}

.hourlyFromDailyRH <- function(relh, tmin, tmax, doy, latitude) {
    .Call(`_meteor_hourlyFromDailyRH`, relh, tmin, tmax, doy, latitude)
}

.Photoperiod <- function(doy, latitude) {
    .Call(`_meteor_Photoperiod`, doy, latitude)
}

.ET0_ThornthwaiteWilmott <- function(temp, doy, latitude) {
    .Call(`_meteor_ET0_ThornthwaiteWilmott`, temp, doy, latitude)
}

.ET0_ThornthwaiteWilmottCamargo <- function(tmin, tmax, doy, latitude, Pereira) {
    .Call(`_meteor_ET0_ThornthwaiteWilmottCamargo`, tmin, tmax, doy, latitude, Pereira)
}

.ET0_PenmanMonteith <- function(temp, relh, atmp, Rn, G, ra, rs) {
    .Call(`_meteor_ET0_PenmanMonteith`, temp, relh, atmp, Rn, G, ra, rs)
}

.ET0_PriestleyTaylor <- function(temp, relh, atmp, Rn, G) {
    .Call(`_meteor_ET0_PriestleyTaylor`, temp, relh, atmp, Rn, G)
}

.ET0_Makkink <- function(temp, relh, atmp, Rs) {
    .Call(`_meteor_ET0_Makkink`, temp, relh, atmp, Rs)
}

.E_Penman <- function(temp, relh, atmp, Rs, Rext, u, alpha, Z) {
    .Call(`_meteor_E_Penman`, temp, relh, atmp, Rs, Rext, u, alpha, Z)
}

.SVP <- function(temp) {
    .Call(`_meteor_SVP`, temp)
}

.VP <- function(temp, relh) {
    .Call(`_meteor_VP`, temp, relh)
}

.VPD <- function(temp, relh) {
    .Call(`_meteor_VPD`, temp, relh)
}

.ExtraTerrestrialRadiation <- function(doy, latitude, sc = 1367.7, FAO = FALSE) {
    .Call(`_meteor_ExtraTerrestrialRadiation`, doy, latitude, sc, FAO)
}

Try the meteor package in your browser

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

meteor documentation built on May 2, 2019, 4:52 p.m.