Learn R Programming

biosurvey (version 0.1.1)

preselected: Example of a data.frame of preselected sites

Description

A data.frame with 5 rows and three columns: "Site", "Longitude", and "Latitude".

Usage

preselected

Arguments

Format

data.frame:

Site

name of preselected sites

Longitude

x coordinates

Latitude

y coordinates

Examples

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

print(preselected)
# }

Run the code above in your browser using DataLab