Description Author(s) Examples
Lidar-derived bare earth digital elevation model from the Lake Tahoe Basin.
Jonathan A. Greenberg spatial.tools@estarcion.net
| 1 2 3 4 | library("raster")
tahoe_lidar_bareearth <- 
	raster(system.file("external/tahoe_lidar_bareearth.tif", package="spatial.tools"))
plot(tahoe_lidar_bareearth)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.