census1: Collected Data by a Census without Volume

Description Usage Format Examples

Description

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

Usage

1
data("census1")

Format

A data frame with 120 observations on the following 4 variables.

Individual

a numeric vector

Specie

a character vector

Height (m)

a numeric vector

Diameter (cm)

a numeric vector

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(florestal)

#loads the data

data(census1)
head(census1)

#calculates the individual woody volume

indvol(census1, mens="census", veg="cerradoss_df")

florestal documentation built on Oct. 25, 2020, 1:07 a.m.