Learn R Programming

Digiroo2 (version 0.6)

StudyArea: The study site at Sundown National Park, Queensland, Australia.

Description

This dataset contains a spatial polygon of the study area at Sundown National Park

Usage

data(StudyArea)

Arguments

Details

This S4 class dataset contains a SpatialPolygonsDataFrame object of the study area at Sundown National Park.

The coordinates are given in meters GDA94/MGA zone 55.

Examples

Run this code

## Load required packages
library(maptools)

## Load study data
data(StudyArea)

## Plot study area polygon
plot(StudyArea,border=2)

Run the code above in your browser using DataLab