flag | R Documentation |
Flag specific data points within an adp dataset
flag(adp, values)
adp |
an adp object from oce |
values |
a list of values indexing the adp object's velocity by time which you wish to flag |
adp object with complete flag array
adp <- flag(adp, values = list('time' = c(1, 2, 3, 4, 5, 6)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.