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

Description Usage Format Examples

Description

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

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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)

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