Nothing
#' Range Cohesion and Range Scatter Models in R
#'
#' \tabular{ll}{
#' Package: \tab rangemodelR\cr
#' Type: \tab Package\cr
#' Version: \tab 1.0.6\cr
#' Date: \tab 2023-06-08\cr
#' License: \tab GPL (>= 2)\cr
#' LazyLoad: \tab No\cr
#' }
#'
#' Used for generating randomized community matrices under
#' strict range cohesion. The package can handle data where species occurrence
#' are recorded across one or two dimensions.One dimensional data are typically
#' for sites ordered along a variable of interest such
#' as elevation or latitude.\code{\link{rangemod1d}} is used for such data.
#' Range cohesion is enforced using an 'nb' object
#' (generated by \code{\link[spdep]{poly2nb}}
#' of the \pkg{\link[spdep]{spdep}} package).
#'
#'
#' @name rangemodelR-package
#' @keywords internal
#' @title Mid-Domain Effect and Species Richness Patterns
#' @author Aniruddha Marathe \email{aniruddha.pravin.marathe@@gmail.com}
#' @references \itemize{
#' \item Rahbek, C., Gotelli, N., Colwell, R., Entsminger, G., Rangel, T. & Graves, G. (2007)
#' Predicting continental-scale patterns of bird species richness with spatially explicit
#' models. Proceedings of the Royal Society B: Biological Sciences, 274, 165.
#'
#' \item Colwell, Robert K., and David C. Lees. "The mid-domain effect:
#' geometric constraints on the geography of species richness."
#' Trends in ecology & evolution 15.2 (2000): 70-76.
#' }
#' @keywords package
#'
#' @import sf
#' @import spdep
#'
#'
"_PACKAGE"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.