add_node_leaf_names: add_node_leaf_names

add_node_leaf_namesR Documentation

add_node_leaf_names

Description

Match in the node and leaf names from a land nesting table

Usage

add_node_leaf_names(
  data,
  nesting_table,
  leaf_name,
  ...,
  LT_name = "Land_Type",
  append_GLU = TRUE
)

Arguments

data

Data, tibble

nesting_table

Table of node names (as column names) and leaf data (contents), tibble

leaf_name

Name of leaf name column in nesting_table, character

...

Names of columns to add leaf nodes for, character

LT_name

Name of land type column in data, character

append_GLU

Append GLU column to new leaf name columns? Logical

Value

Data with new leaf name columns added.


JGCRI/gcamdata documentation built on March 21, 2023, 2:19 a.m.