tahoe_lidar_bareearth.tif: Lidar-derived bare earth digital elevation model from the...

Description Author(s) Examples

Description

Lidar-derived bare earth digital elevation model from the Lake Tahoe Basin.

Lidar-derived bare earth digital elevation model from the Lake Tahoe Basin.

Author(s)

Jonathan A. Greenberg STARStools@estarcion.net

Jonathan A. Greenberg STARStools@estarcion.net

Examples

1
2
3
4
5
6
tahoe_highrez_training_polygons <- readOGR(dsn=system.file("external", package="STARStools"),layer="tahoe_highrez_training")
spplot(tahoe_highrez_training_polygons,zcol="Class")
tahoe_highrez_training_points <- readOGR(dsn=system.file("external", package="STARStools"),layer="tahoe_highrez_training_points")
spplot(tahoe_highrez_training_points,zcol="SPECIES")
tahoe_lidar_bareearth <- raster(system.file("external/tahoe_lidar_bareearth.tif", package="STARStools"))
plot(tahoe_lidar_bareearth)

STARStools documentation built on May 2, 2019, 6:48 p.m.