R/RcppExports.R

Defines functions r_maternCov r_maternArray

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

r_maternCov <- function(dist, scale, range, smoothness, nugget) {
    .Call(`_bisque_r_maternCov`, dist, scale, range, smoothness, nugget)
}

r_maternArray <- function(dist, scale, range, smoothness, nugget) {
    .Call(`_bisque_r_maternArray`, dist, scale, range, smoothness, nugget)
}

Try the bisque package in your browser

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

bisque documentation built on March 26, 2020, 7:27 p.m.