R/deforestable.R

#' @importMethodsFrom terra rast
NULL

#' @importFrom stats cov
#' @importFrom StableEstim KoutParametersEstim ComplexCF
NULL

#' @useDynLib deforestable, .registration = TRUE
NULL

# Cleans up after unloading
.onUnload <- function (libpath) {
  library.dynam.unload("deforestable", libpath)
}

#' @importFrom Rcpp evalCpp
NULL

Try the deforestable package in your browser

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

deforestable documentation built on Oct. 16, 2022, 1:06 a.m.