diff --git a/R/package-MCSim.R b/R/package-MCSim.R new file mode 100644 index 0000000..97bbad5 --- /dev/null +++ b/R/package-MCSim.R @@ -0,0 +1,7 @@ +#' MCSim: A metacommunity simulation package +#' +#' The MCSim package provides functinos necessary for running iterative, lottery-based metacommunity simulations +#' +#' @docType package +#' @name MCSim +NULL diff --git a/man/MCSim.Rd b/man/MCSim.Rd new file mode 100644 index 0000000..328974f --- /dev/null +++ b/man/MCSim.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/package-MCSim.R +\docType{package} +\name{MCSim} +\alias{MCSim} +\alias{MCSim-package} +\title{MCSim: A metacommunity simulation package} +\description{ +The MCSim package provides functinos necessary for running iterative, lottery-based metacommunity simulations +} +