R/RcppExports.R

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

fastlm <- function(yr, Xr) {
    .Call('_agric_fastlm', PACKAGE = 'agric', yr, Xr)
}

lm_R <- function(y, x, weights) {
    .Call('_agric_lm_R', PACKAGE = 'agric', y, x, weights)
}

gwrgrid_cpp <- function(y, x, radius, weights) {
    .Call('_agric_gwrgrid_cpp', PACKAGE = 'agric', y, x, radius, weights)
}
fionahevans/agric documentation built on May 30, 2019, 12:46 p.m.