find_MTG_node_column: Find MTG node column

Description Usage Arguments Value Examples

View source: R/read_MTG.R

Description

Find the position of a node in the MTG (which column it belongs to)

Usage

1

Arguments

MTG_node

An MTG node (e.g. "/Individual0")

Value

A parsed node in the form of a list of three:

Examples

1
2
3
4
5
6
7
## Not run: 
# First column (last column is missing):
find_MTG_node_column(c("/P1","/A1",""))
# Node starts at column 2:
find_MTG_node_column(c("","/U1","<U2"))

## End(Not run)

VEZY/XploRer documentation built on Oct. 9, 2021, 10:05 p.m.