R/SVP.R

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

VP <- function(temp, relh) {
	x <- cbind(temp, relh)
    .Call(`_meteor_VP`, x[,1], x[,2])
}

VPD <- function(temp, relh) {
	x <- cbind(temp, relh)
    .Call(`_meteor_VPD`, x[,1], x[,2])
}

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.