R/package.R

#' package file
#'
#' @name ecomix
#' @description ecomix is a package for implementing species archetype models (SAM) and region of
#'   common profile models (RCP) in R. The main function is \code{ecomix}, which fits either a SAM or RCP
#'   based on input parameters.
#'
#' @docType package
NULL

#' @useDynLib ecomix, .registration = TRUE
#'
#'
NULL
skiptoniam/ecomix documentation built on Sept. 14, 2023, 6:04 a.m.