preprocessing_data {vtype} | R Documentation |
pre processing of crude data
Description
Internal function.
Usage
preprocessing_data(data, qvalue = 0.75, miss_values=NULL)
Arguments
data |
a data.frame |
qvalue |
quality value in [0.1, 1.0] |
miss_values |
a character vector of values considered to be invalid (missing) |
Value
a data.frame
Author(s)
Andreas Schulz
[Package vtype version 0.8 Index]