Learn R Programming

florestal (version 0.1.3)

simple2: Collected Data by a Simple Casual Sampling with Volume

Description

Table format for input in the 'acs' function.

Usage

data("simple2")

Arguments

Format

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

Plot

a numeric vector

Individual

a numeric vector

Specie

a character vector

h (m)

a numeric vector

d (cm)

a numeric vector

Volume (m3)

a numeric vector

Examples

Run this code
# NOT RUN {
library(florestal)

#loads the data

data(simple2)
head(simple2)

#calculates the parameters sampling

IF_acs <- acs(simple2, a=0.1, A=27)
# }

Run the code above in your browser using DataLab