ColumnMap | R Documentation |
Create column name mapping between source data and Moni1000 format. Names of arguments represent Moni1000 data names and argument values represent column names of source data.
ColumnMap(
mesh_xcord = "mesh_xcord",
mesh_ycord = "mesh_ycord",
tag_no = "tag_no",
indv_no = "indv_no",
stem_xcord = "stem_xcord",
stem_ycord = "stem_ycord",
spc_japan = "spc_japan",
gbh = "gbh",
vine = "vine",
note = "note",
s_date = "s_date",
dead = "dead",
position_change = "position_change",
year = "year"
)
mesh_xcord |
x coordinate of grid mesh. |
mesh_ycord |
y coordinate of grid mesh. |
tag_no |
stem id, currently should be unique for all stems. |
indv_no |
individual id. |
stem_xcord |
x coordinate of stems. |
stem_ycord |
y coordinate of stems. |
spc_japan |
species name in Japanese. |
gbh |
girth at breast height. |
vine |
if TRUE, GBH measure includes vine(s). |
note |
remarks for each stem in each observation. |
s_date |
census date. |
dead |
logical indicating dead stems. |
year |
observation year. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.