Learn R Programming

florestal (version 0.1.3)

est1: Collected Data by the Stratified Casual Sampling without Volume

Description

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

Usage

data("est1")

Arguments

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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab