as_seed | R Documentation |
Given one or more spatial locations, generate POINT objects to seed for tracking
as_seed(X, x, y, z = 0, time = X$get_time()[1], crs = 4326)
X |
FVCOM_Physics object |
x |
sf POINT or numeric one of more x coordinates such as longitude if sf POINT class then y, z, time crs are ignored. |
y |
numeric one of more y coordinates such as latitude |
z |
numeric one of more z coordinates such as depth |
time |
POSIXct one of more time stamps (UTC) |
crs |
the CRS for the input [x,y] coordinates |
sf POINT object suitable for tracking
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.