filter_on_poly | R Documentation |
Filter HydroMonitor ObservationWell data with polygon shape.
filter_on_poly(hm, p, crs = "EPSG:28992")
hm |
HydroMonitor Observation Well data as read by |
p |
Polygon shape |
crs |
(character). Defaults to "EPSG:28992" |
Only polygon shapes of length=1 can be used.
Filtered HydroMonitor ObservationWell data (list of 2 met data.frames xm en xd).
## Not run:
hm <- hm1
p <- system.file("extdata","polygn.shp",package="menyanthes") |> terra::vect()
filtered_on_polygon <- filter_on_poly(hm, p)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.