in_water | R Documentation |
Are coordinates properly within the water within the KFS?
in_water(xy, filter_to_valid = TRUE, toplot = FALSE)
xy |
Dataframe with coordinates, decimal degrees, in columns 'x' and 'y' |
filter_to_valid |
Boolean, should the dataset be filtered to only valid coordinates? |
toplot |
Boolean with default 'FALSE'. |
The 'xy' dataframe, filtered only to coordinates that are (1) in the KFS and (2) not on land.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.