TreeStructs: TreeStructs

Description Usage Arguments Details Value Examples

View source: R/TreeStructs.r

Description

Constructor for TreeStructs S3 object. Set column names before importing the treestruct dataframe

Usage

1
TreeStructs(dataset = NA, treestructs, convert_to_meters = NA)

Arguments

dataset

name of dataset this object is based on

treestructs

dataframe of architecture data. required.

surface_area_total

total surface area of branch

pathlen_totaltotal

pathlength of branch (sum of branch lengths)

idcol

name of Tree id column; default = "Tree_code"

datecol

name of date column; default = "date"

internodeid_col

name internode id column; default = "internode_id"

parentid_col

name of parent internode id column; default = "parent_id"

furcation_col

name of furcation number column; default = "n_furcation"

length_col

name of internode length column; default = "len"

angle_col

name of angle column; default = "major_child_angle"

angle_internode1_col

name of angle internode 1 column; default = "angle_internode_1"

angle_internode2_col

name of angle internode 2 column; default = "angle_internode_2"

numnodes_col

name of number of nodes in section column; default = "number_nodes_in_section"

istip_col

name of is tip column; default = "is_tip"

isbroken_col

name of is broken column; default = "is_broken"

d_child_col

name of internode diameter @ child (top) column; default = "d_child"

d_parent_col

name of internode diameter @ parent (base) column; default = "d_parent"

Details

DETAILS

Value

OUTPUT_DESCRIPTION

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

ashenkin/treestruct documentation built on Oct. 14, 2021, 1:54 a.m.