exfm15 dataset

Simplified Inventory data of an eucalyptus forest in Brazil

Simplified Inventory data of an eucalyptus forest in Brazil

In this data, each observation is a tree. data

Format

A data frame with 900 observations and 7 variables:

  • STRATA: stratum number
  • STRATA_AREA: area of each strata, in hectares
  • PLOT: plot number
  • PLOT_AREA: area of plots, in square meters
  • DBH: diameter at breast height, in centimeters
  • TH: total height, in meters
  • OBS: quality of trees, N = normal tree, D = dominant tree, F = a failure, or dead tree
data(exfm15)

Author(s)

Sollano Rabelo Braga sollanorb@gmail.com

  • Maintainer: Sollano Rabelo Braga
  • License: MIT + file LICENSE
  • Last published: 2024-12-01

About the dataset

  • Number of rows: 900
  • Number of columns: 7
  • Class: tbl_df, tbl, data.frame

Column names and types

  • STRATA:integer
  • STRATA_AREA:integer
  • PLOT:integer
  • PLOT_AREA:integer
  • DBH:numeric
  • TH:numeric
  • OBS:factor