Learn R Programming

neotoma2 (version 1.0.5)

specimens,sites-method: specimens

Description

Information table for Specimens

Usage

# S4 method for sites
specimens(x)

Value

data.frame with specimens summary table

Arguments

x

Use a sites object that has specimens added.

Author

Socorro Dominguez s.dominguez@ht-data.com

Examples

Run this code
# \donttest{
# To return a specimens table do:
my_specimens <- get_specimens(7)
my_tbl <- specimens(my_specimens)
# }

Run the code above in your browser using DataLab