adjust_target: Adjust the target values to account for various factors.

Description Usage Arguments Value

View source: R/utils.R

Description

Attempts to adjust for various limitations with the target data. These include: (1) guage resolution is likely 0.1mm or less, (2) values over 69 are extremely unlikely, etc...

Usage

1
adjust_target(orig, resolution = 0.25, v_max = 69)

Arguments

orig

vector of original values.

resolution

the resolution of the measuring device.

v_max

the maximum allowable value of the device.

Value

the adjusted values.


potterzot/kgRainPredictR documentation built on May 25, 2019, 11:24 a.m.