R/spectre-package.R

#' @title spectre
#'
#' @description
#' The goal of `spectre` is to provide an open source tool capable of predicting regional community composition at fine spatial resolutions using only sparse biological and environmental data.
#'
#' @name spectre
#' @docType package
#' @useDynLib spectre, .registration=TRUE
#' @importFrom Rcpp sourceCpp

"_PACKAGE"

globalVariables(c("error",
                  "i",
                  "value",
                  "x", 
                  "y"))

Try the spectre package in your browser

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

spectre documentation built on July 17, 2021, 9:08 a.m.