tahoe_highrez_training: Point and polygon files for use with gdalUtils

Description Author(s) Examples

Description

Point and polygon files for use with gdalUtils

Author(s)

Jonathan A. Greenberg gdalUtils@estarcion.net

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
tahoe_highrez_training_polygons <- readOGR(
	dsn=system.file("external", package="gdalUtils"),layer="tahoe_highrez_training")
spplot(tahoe_highrez_training_polygons,zcol="Class")
tahoe_highrez_training_points <- readOGR(
	dsn=system.file("external", package="gdalUtils"),layer="tahoe_highrez_training_points")
spplot(tahoe_highrez_training_points,zcol="SPECIES")

## End(Not run)

gdalUtils documentation built on April 30, 2020, 3 p.m.