timematch_inter: function to match times between two or more station

Description Usage Arguments Value Author(s) Examples

View source: R/radiotrackingeu.R

Description

function to match times between two or more station

Usage

1
timematch_inter(data, inter_error = 0.6)

Arguments

data

bearing data

inter_error

maximal error between stations

Value

data frame with matched timestamps

Author(s)

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

Examples

1
2
3
4
5
#registerDoParallel(cores=2)
logger_data_tm <- time_match_signals(ld_small)
doa <- doa(logger_data_tm,receiver_data)
timematch_inter(doa)
#stopImplicitCluster()

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