R/RcppExports.R

Defines functions vsemC

Documented in vsemC

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

#' C version of the VSEM model
#' @param par parameter vector
#' @param PAR 	Photosynthetically active radiation (PAR) MJ /m2 /day
#' @export
vsemC <- function(par, PAR) {
    .Call(`_BayesianTools_vsemC`, par, PAR)
}

Try the BayesianTools package in your browser

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

BayesianTools documentation built on Feb. 16, 2023, 8:44 p.m.