bit1: Collected Data by the Bitterlich Method without Volume

bit1R Documentation

Collected Data by the Bitterlich Method without Volume

Description

Table format for input in the 'indvol' function, with mens="bit".

Usage

data("bit1")

Format

A data frame with 121 observations on the following 6 variables.

⁠Sampled Point⁠

a numeric vector

Individual

a numeric vector

Specie

a character vector

⁠Height (m)⁠

a numeric vector

⁠Diameter (cm)⁠

a numeric vector

⁠Radial Distance (m)⁠

a numeric vector

Examples

library(florestal)

#loads the data

data(bit1)
head(bit1)

#calculates the individual woody volume

bit2 <- indvol(bit1, mens="bit", f=0.7)

igorcobelo/florestal documentation built on April 22, 2023, 12:30 p.m.