preprocessing {HS} | R Documentation |
Preprocessing for field monitoring data.
Description
The preprocessing includes two steps: removing missing data and ordering data by spatial locations.
Usage
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
testdata <- tsdwa[1:100,]
testdata <- preprocessing(var = "Deflection", location = "SLK.start", data = testdata)
[Package HS version 1.1 Index]