Learn R Programming

SSP development version

Estimation of sampling effort in community ecology with SSP

Edlin Guerra-Castro, Juan Carlos Cajas, Juan Jose Cruz-Motta, Nuno Simoes and Maite Mascaro

SSP is an R package design to estimate sampling effort in studies of ecological communities based on the definition of pseudo-multivariate standard error (MultSE) (Anderson & Santana-Garcon 2015), simulation of data and resampling (Guerra-Castro et al., 2020).

SSP includes seven functions: assempar for extrapolation of assemblage parameters using pilot data; simdata for simulation of several data sets based on extrapolated parameters; datquality for evaluation of plausibility of simulated data; sampsd for repeated estimations of MultSE for different sampling designs in simulated data sets; summary_sd for summarizing the behavior of MultSE for each sampling design across all simulated data sets, ioptimum for identification of the optimal sampling effort, and plot_ssp to plot sampling effort vs MultSE.

R PACKAGE NEEDED IN SSP

HOW TO RUN SSP:

The SSP package will be available on CRAN but can be downloaded from github using the following commands:

## Packages needed to build SSP and vignettes
install.packages(pkgs = c('devtools', 'knitr', 'rmarkdown'))
library(devtools)
library(knitr)
library(rmarkdown)

## install the latest version of SSP from github
install_github('edlinguerra/SSP', build_vignettes = TRUE)
library(SSP)

For examples about how to use SSP, see help('SSP') after instalation.

Copy Link

Version

Install

install.packages('SSP')

Monthly Downloads

519

Version

1.0.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Edlin Guerra-Castro

Last Published

March 28th, 2020

Functions in SSP (1.0.1)

micromollusk

Micromollusks of marine shallow sandy bottoms around Cayo Nuevo, Gulf of Mexico, Mexico
SSP-package

SSP: Simulated Sampling Procedure for Community Ecology
simdata

Simulation of Data Sets
epibionts

Epibionts on Caribbean mangrove roots
pilot

Epibionts on Caribbean mangrove roots: pilot data
sampsd

Sampling Simulated Data and Estimates of Multivariate Standard Errors
plot_ssp

SSP plot
ioptimum

Identification of the Optimal Sampling Effort
assempar

Estimation of Ecological Parameters of the Assemblage
datquality

Diversity Metrics of Simulated and Original Data
sponges

Sponges in Alacranes Reef National Park (ARNP), Gulf of Mexico, Mexico
summary_ssp

Summary of MultSE for Each Sampling Effort in Simulated Data Sets