R/RcppExports.R

Defines functions insertReconsC monthlyMeansC iodaSumC iodaC findudC respLmParam predRsquaredSum lmC corC

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

corC <- function(x, y) {
    .Call('_remote_corC', PACKAGE = 'remote', x, y)
}

lmC <- function(x, y) {
    .Call('_remote_lmC', PACKAGE = 'remote', x, y)
}

predRsquaredSum <- function(pred_vals, resp_vals, standardised) {
    .Call('_remote_predRsquaredSum', PACKAGE = 'remote', pred_vals, resp_vals, standardised)
}

respLmParam <- function(x, y, cell) {
    .Call('_remote_respLmParam', PACKAGE = 'remote', x, y, cell)
}

findudC <- function(x) {
    .Call('_remote_findudC', PACKAGE = 'remote', x)
}

iodaC <- function(x, y) {
    .Call('_remote_iodaC', PACKAGE = 'remote', x, y)
}

iodaSumC <- function(pred_vals, resp_vals) {
    .Call('_remote_iodaSumC', PACKAGE = 'remote', pred_vals, resp_vals)
}

monthlyMeansC <- function(x, nCycleWindow) {
    .Call('_remote_monthlyMeansC', PACKAGE = 'remote', x, nCycleWindow)
}

insertReconsC <- function(lRecons, mdTemplate) {
    .Call('_remote_insertReconsC', PACKAGE = 'remote', lRecons, mdTemplate)
}
environmentalinformatics-marburg/remote documentation built on July 5, 2023, 4:36 p.m.