gdalUtils (version 2.0.1.5)

tahoe_highrez_training: Point and polygon files for use with gdalUtils

Description

Point and polygon files for use with gdalUtils

Arguments

Examples

Run this code
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")

Run the code above in your browser using DataCamp Workspace