edgeLandClass: Point data of estimated land classes from the Edgeroi...

Description Usage Format Details References Examples

Description

A dataframe of 500 point locations in the Edgeroi District, NSW, Australia (30.11S 149.66E) where there is an estimated Land Classification. The Land classification is based upon an unsupervised classification of unknown date Landsat 7 ETM+ spectral bands. The points represent a random sample of grid locations of the land classification map. The are 6 land classes and have a numeric identifier. The land classes roughly correspond to: 1) dense forest; 2) open forest; 3) water bodies; 4) woody vegetation and native grassland; 5) Irrigated cropping; and 6) dry land cropping. The CRS of the points is WGS84 UTM Zone 55.

Usage

1

Format

edgeLandClass is a 500 row dataframe with locational (2 columns) and land class information (1 column)

Details

This data frame is typical point data of environmental phenomena.

References

Examples

1
2
3
4
5
6
library(ithir)

data(edgeLandClass)

#data summary
summary(edgeLandClass$LandClass)

ithir documentation built on May 2, 2019, 4:49 p.m.

Related to edgeLandClass in ithir...