View source: R/checkSize_remeas.R
checkSize_remeas | R Documentation |
This function is to check the size change for a remeasured subject.
checkSize_remeas(
subjectID,
measTime,
size,
change = "increase",
maxChangeRate = NULL,
toleranceMethod = "both",
toleranceAbs = 0,
toleranceRel = 0
)
subjectID |
character, Specifies subject ID, such as a tree id. |
measTime |
numeric, Measurement number with bigger value indicates a later measurement. |
size |
numeric, Measurement of an attribute. |
change |
character, Change direction either from |
maxChangeRate |
numeric, It determines the maximum change rate. If the change rate from previous
to current measurement exceeds the maximum change rate, then the pass of current
measurement will be flagged as |
toleranceMethod |
character, Method to allow acceptable measurement error in an opposite direction
of change argument.
It must be either |
toleranceAbs |
numeric, Absolute tolerance value (exclusive) to allow measurement error.
It must be a a non-negative value.
If the change is |
toleranceRel |
numeric, Relative tolerance value (exclusive) to allow measurement error.
It must be a a non-negative value.
If the change is |
A data table that contains pass information. TRUE indicates pass, while FALSE indicates failure.
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.