tahoe_highrez_training: Point and polygon files for use with spatial.tools

Description Author(s) Examples

Description

Point and polygon files for use with spatial.tools

Author(s)

Jonathan A. Greenberg spatial.tools@estarcion.net

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
library("raster")
library("rgdal")
tahoe_highrez_training_polygons <- readOGR(
	dsn=system.file("external", package="spatial.tools"),layer="tahoe_highrez_training")
spplot(tahoe_highrez_training_polygons,zcol="Class")
tahoe_highrez_training_points <- readOGR(
	dsn=system.file("external", package="spatial.tools"),layer="tahoe_highrez_training_points")
spplot(tahoe_highrez_training_points,zcol="SPECIES")
tahoe_highrez_training_points_utm <- readOGR(
	dsn=system.file("external", package="spatial.tools"),
	layer="tahoe_highrez_training_points_utm")
print(projection(tahoe_highrez_training_points_utm))

gearslaboratory/spatial.tools documentation built on Feb. 14, 2020, 12:36 a.m.