maiTOmdd: Individual Tree Model to Diameter Distribution Model

Description Usage Arguments Value

View source: R/maiTOmdd.R

Description

this function add fields to returned base "inventario" in order to make it usable for diameter distribution models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
maiTOmdd(
  projeto,
  talhao,
  parcela,
  fila,
  cova,
  fuste,
  idade,
  dap,
  volume,
  espacamento,
  amplitude = 1,
  verbose = FALSE
)

Arguments

projeto

is the field that contains the cod project of individuals

talhao

is the field that contains the cod of project subdivision

parcela

is the field that contains the cod of talhao subdivision

fila

is the field that contains the cod row where the tree is

cova

is the field that contains the cod pit where the tree is

fuste

is the field that contains the cod shaft of tree

idade

is the field that contains the age of individuals the observation

dap

is the field that contains the diameter of individuals the observation

volume

is the field that contains the volume of individuals the observation

espacamento

is the field that contains the distance in METROS between one and another individual for ex.:c("3 x 3", "3,3 x 3", ...

amplitude

default 1 is the amplitude of diameter classes

verbose

use TRUE to status presentation

Value

data.table what is "inventario" with some added fields


ITGM documentation built on Jan. 20, 2021, 5:06 p.m.

Related to maiTOmdd in ITGM...