View source: R/checkLD_remeas.R
checkLD_remeas | R Documentation |
This function is to check the live and deas status for a remeasured subject.
checkLD_remeas(subjectID, measNo, LDStatus, liveCode, deadCode)
subjectID |
character, Specifies subject ID, such as a tree id. |
measNo |
numeric, Measurement number with bigger value indicates a later measurement. |
LDStatus |
character, Live and dead status for each remeasurement. |
liveCode |
character, Code for live status. |
deadCode |
character, Code for dead status. |
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.