View source: R/extract_point_values_from_raster_function.R
extract_point_values_from_raster | R Documentation |
Function that extracts values from an underlying raster at the position of each point of an overlying point cloud.
extract_point_values_from_raster(pc, ras)
pc |
Input point cloud |
ras |
Input raster |
Vector of raster values for each point, that can be added as a new column to the point cloud dataframe
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.