Learn R Programming

spsurvey (version 3.1)

UT_ecoregions: Ecoregions in Utah

Description

An object of class "SpatialPolygonsDataFrame" that was created from a shapefile of ecoregions in Utah.

Usage

data(UT_ecoregions)

Arguments

Format

The format is: Formal class "SpatialPolygonsDataFrame" [package "sp"]. The data slot contains 10 rows and the following 3 columns:
Level3
Level 3 ecoregion code for the polygon.
Level3_Nam
Level 3 ecoregion name for the polygon.
Area_ha
area of the polygon in hectares.

Examples

Run this code
data(UT_ecoregions)
plot(UT_ecoregions)

Run the code above in your browser using DataLab