fvcom_elems | R Documentation |
Retrieve element locations
fvcom_elems(
x,
what = c("lonlat", "xy")[1],
index = NULL,
form = c("table", "sf"),
include = "none"
)
x |
FVCOM ncdf4 object |
what |
character, either 'lonlat' (degrees) or 'xy' (meters) |
index |
numeric, a 1-based index of desired nodes |
form |
character either 'table' or 'sf' |
include |
character or NULL items to add to the returned data. Multiple items can be included, but note that "none" is the same as NULL so nothing gets included.
|
data frame (tibble) of element locations including...
elem element index identifier
lon (or x) locations value
lat (or y) location value
Or a sf collection of type POINT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.