join.interpolate: Join datasets and interpolate missing fields

Description Usage Arguments Examples

Description

Merges datasets, for instance IRENE and LINK-TLM, and interpolates numeric data to replace NA.

Usage

1
2
join.interpolate(data_1, data_2, by = c("DateTime", "Data_Source", "Flight"),
  exclude = NULL)

Arguments

data_1

First dataset.

data_2

Second dataset.

by

One or more keys with which to join datasets, ordered by priority.

exclude

List of column names to exclude from interpolation.

Examples

1
2
NS57.RadCoord <- join.interpolate(NS57.Coord, NS57.Rad, exclude = c("Reading", "Unit"))
plot(NS57.RadCoord$Reading, NS57.RadCoord$Altitude_m)

UMDBPP/BalloonDataAnalysis documentation built on May 9, 2019, 5:20 p.m.