survey_interp: Interpolate Survey Stations

Description Usage Arguments Details Value

View source: R/viewer.r

Description

Interpolate data over stations. Useful for working with surveys that have partial overlap.

Usage

1
survey_interp(d, by = c("space", "time"), time.col = "Time")

Arguments

d

A wide-format table of processed data, e.g. output of xs_area.

by

Interpolate survey data over space or time.

time.col

The time column name.

Details

If by = "space", survey data will be interpolated linearly between adjacent cross sections at each separate time. If by = "time", survey data will be interpolated linearly at each separate station. Note that in either case d will be reordered.

Value

The data frame d with some or all NA values filled in.


mkoohafkan/RAStestR documentation built on July 14, 2019, 11:41 p.m.