fvcom_nodes | R Documentation |
Retrieve node locations
fvcom_nodes(
x,
what = c("lonlat", "xy")[1],
index = NULL,
form = c("table", "sf")[1],
include = NULL
)
x |
FVCOM ncdf4 object |
what |
character, either 'lonlat' (degrees) or 'xy' (meters) |
index |
NULL or numeric, a 1-based index of desired nodes. If NULL then all nodes are returned |
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 node locations including...
node node 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.