smooth_to_time_match: Matches timestamps by fitting a smoothing spline.

Description Usage Arguments Value Author(s) Examples

View source: R/radiotrackingeu.R

Description

Matches timestamps by fitting a smoothing spline.

Usage

1
smooth_to_time_match(data, spar_value = 0.01, progress = FALSE)

Arguments

data

Data frame with certain column names containing the signal logs.

spar_value

Smoothing coefficient to be used with stats::smooth.spline.

progress

Whether this call is wrapped in a shiny::withProgress call.

Value

Data frame with matched timestamps.

Author(s)

Dipl.-Phys. Ralf Zeidler, ralf.zeidler@fridata.de

Examples

1
smooth_to_time_match(ld_small,spar_value=0.01, progress=FALSE)

radiotrackingeu/radiotrackingeu documentation built on May 20, 2019, 12:36 p.m.