View source: R/StatusCorrection.R
FillinInvariantColumns | R Documentation |
Fill the invariant columns in NewRow with their (unique) value
FillinInvariantColumns(NewRow, InvariantColumns, DataTree, IdTree)
NewRow |
The dataset to fill (data.table) |
InvariantColumns |
Vector with the names of the columns that are supposed to have always the same value for each measurement of the same tree (character) |
DataTree |
A dataset corresponding to a single tree/stem (1 IdTree/IdStem) measurements, with the invariant columns and their value (data.table) |
IdTree |
(character) |
The NewRow dataset with the invariant columns filled with their (unique) value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.