random_point | R Documentation |
Generate listing of one or more random points
random_point(
X,
n = 1,
select_time = c("first", "last", "random")[1],
select_z = c("random", "surface", "bottom")[1],
zvar = c("siglev", "siglay")[1]
)
X |
FVCOM_Physics object |
n |
numeric the number of random points to generate |
select_time |
character, one of 'first' (default), 'last' or 'random' |
select_z |
numeric or character. If character then 'random' (default), 'surface', 'bottom'.
If numeric then you specify your own in |
zvar |
character, the name of the varoiable to use for z locations |
sf POINT XYZ object with n
features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.