Learn R Programming

florestal (version 0.1.3)

simple1: Collected Data by a Simple Casual Sampling without Volume

Description

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

Usage

data("simple1")

Arguments

Format

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

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(simple1)
head(simple1)

#calculates the individual woody volume

simple2 <- indvol(simple1, mens="plot", veg="cerradoss_df")
# }

Run the code above in your browser using DataLab