preprocessing: Preprocessing for field monitoring data.

Description Usage Arguments Examples

View source: R/preprocessing.R

Description

The preprocessing includes two steps: removing missing data and ordering data by spatial locations.

Usage

1
preprocessing(var = "deflection", location = "SLK", data = data)

Arguments

var

A character of the name of a variable in a dataset, such as a road pavement performance indicator.

location

A character of the name of spatial locations in a dataset.

data

A data frame of monitoring data.

Examples

1
2
testdata <- tsdwa[1:100,]
testdata <- preprocessing(var = "Deflection", location = "SLK.start", data = testdata)

HS documentation built on Sept. 10, 2019, 9:03 a.m.

Related to preprocessing in HS...