Learn R Programming

biosurvey (version 0.1.1)

sp_data: Example of a data.frame of species' found in distinct positions

Description

A data.frame with 590 rows and two columns: "ID" and "Species". It is the output of the function spdf_2data.

Usage

sp_data

Arguments

Format

data.frame:

ID

identifier of position

Species

different species in the table

Examples

Run this code
# NOT RUN {
data("sp_data", package = "biosurvey")

summary(sp_data)
# }

Run the code above in your browser using DataLab