resample | R Documentation |
Each flight trajectory 4D positions are linearly interpolated at
interval
seconds. First and last positions are retained.
resample(df, interval = 1L)
df |
a data frame of flight trajectories, each identified by
its own |
interval |
the amount of seconds to resample to |
a data frame of interpolated 4D positions at interval
seconds
## Not run:
poss |>
resample(300L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.