smooth_positions: Smooth longitude, latitude and altitude.

View source: R/smooth.R

smooth_positionsR Documentation

Smooth longitude, latitude and altitude.

Description

Smooth longitude, latitude and altitude.

Usage

smooth_positions(df, n = 5, type = "t")

Arguments

df

a data frame of trajectory positions

n

from pracma::movavg

type

from pracma::movavg

Value

return a smoothed trajectory

See Also

Other analysis: cumulative_distance(), cumulative_time(), extract_segment(), filter_outlier()

Examples

data(list = c("egll_positions_fr24"), package = "trrrj")
smooth_positions(egll_positions_fr24)


euctrl-pru/trrrj documentation built on April 11, 2025, 3:36 p.m.