simple2: Collected Data by a Simple Casual Sampling with Volume

Description Usage Format Examples

Description

Table format for input in the 'acs' function.

Usage

1
data("simple2")

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(florestal)

#loads the data

data(simple2)
head(simple2)

#calculates the parameters sampling

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

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