smooth_positions | R Documentation |
Smooth longitude, latitude and altitude.
smooth_positions(df, n = 5, type = "t")
df |
a data frame of trajectory positions |
n |
from pracma::movavg |
type |
from pracma::movavg |
return a smoothed trajectory
Other analysis:
cumulative_distance()
,
cumulative_time()
,
extract_segment()
,
filter_outlier()
data(list = c("egll_positions_fr24"), package = "trrrj")
smooth_positions(egll_positions_fr24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.