View source: R/validation_functions.R
| assert_that_raster_covers_data_frame_point_cloud | R Documentation |
Assert that the extent of a raster covers that of a data.frame point cloud
assert_that_raster_covers_data_frame_point_cloud(
raster,
data_frame_point_cloud,
message
)
raster |
A SpatRaster. |
data_frame_point_cloud |
Point cloud data in |
message |
Length-one character vector. Message to be used on assertion failure. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.