est1: Collected Data by the Stratified Casual Sampling without...

est1R Documentation

Collected Data by the Stratified Casual Sampling without Volume

Description

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

Usage

data("est1")

Format

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

Stratum

a numeric vector

Plot

a numeric vector

Individual

a numeric vector

Specie

a character vector

⁠Height (m)⁠

a numeric vector

⁠Diameter (cm)⁠

a numeric vector

Examples

library(florestal)

#loads the data

data(est1)
head(est1)

#calculates the individual woody volume
#create an object for each stratum and join with 'rbind'

IF_e1<-indvol(est1[est1$Stratum==1,],mens="strata",veg="cerradoss_df")
IF_e2<-indvol(est1[est1$Stratum==2,],mens="strata",veg="matas>10_df")

est2<-rbind(IF_e1,IF_e2)

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