ColumnMap: Create column map

View source: R/column.map.r

ColumnMapR Documentation

Create column map

Description

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.

Usage

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"
)

Arguments

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.


Marchen/moni1000 documentation built on Feb. 23, 2025, 11:27 p.m.