View source: R/getExampleData.R
getExampleData | R Documentation |
Note: none of these datasets have been downsampled, classified for ground points, or normalized, all of which must be done before using them with 'Raster_Eigen_TreeLocations' or 'Segment_Graph' functions in the 'spanner' package.
getExampleData(
lazName = c("PineExampleA", "DensePatchA", "DensePatchB", "SparsePatchA",
"SparsePatchB", "ZebcamExample")
)
character |
The basename of the example dataset to be downloaded. Possibilities include:
|
Nothing Downloads and saves a specified .laz file to the "extdata" folder of the 'spanner' package
## Not run:
# Specify one of six possible datasets to download
getExampleData("SparsePatchA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.