R/shar-package.R

#' @title Package description
#'
#' @description
#' Analyse species-habitat associations in R. Therefore, information about the
#' location of the species is needed and about the environmental conditions. To test
#' for significance habitat associations, one of the two components is randomized.
#' Methods are mainly based on Plotkin et al. (2000) <doi:10.1006/jtbi.2000.2158> and
#' Harms et al. (2001) <doi:10.1111/j.1365-2745.2001.00615.x>.
#'
#' @name shar
#' @docType package
#' @keywords internal
"_PACKAGE"

# Global variables
globalVariables(c("count",
                  "habitat",
                  "hi",
                  "iso",
                  "lo",
                  "r",
                  "summary_function",
                  "theo",
                  "type",
                  "x_r"))

Try the shar package in your browser

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

shar documentation built on Oct. 23, 2023, 9:06 a.m.