Skip to content

Commit 4b35763

Browse files
committed
add western_redcedar example tree list
1 parent 4514e90 commit 4b35763

3 files changed

Lines changed: 78 additions & 1 deletion

File tree

R/data.R

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ DEFAULT_TREE_COLUMNS <- c("PLT_CN", "SUBP", "TREE", "AZIMUTH", "DIST",
127127
"cw_sapling_adj"
128128

129129

130-
#' Pine plantation tree list
130+
#' Tree list for a pine plantation
131131
#'
132132
#' An example tree list for an FIA plot in a loblolly pine plantation.
133133
#'
@@ -157,3 +157,35 @@ DEFAULT_TREE_COLUMNS <- c("PLT_CN", "SUBP", "TREE", "AZIMUTH", "DIST",
157157
#' A synthetic plot unique identifier is used in example tree list datasets.
158158
#' @source <https://research.fs.usda.gov/programs/nfi>
159159
"plantation"
160+
161+
162+
#' Tree list for a western redcedar forest
163+
#'
164+
#' An example tree list for an FIA plot in a western redcedar forest.
165+
#'
166+
#' @format ## `western_redcedar`
167+
#' A data frame with 33 rows and 12 columns:
168+
#' \describe{
169+
#' \item{\code{PLT_CN}}{\code{\link{character}}, Plot unique identifier}
170+
#' \item{\code{SUBP}}{\code{\link{integer}}, Subplot number}
171+
#' \item{\code{TREE}}{\code{\link{integer}}, Tree number}
172+
#' \item{\code{AZIMUTH}}{\code{\link{integer}},
173+
#' Horizontal angle from subplot center to the stem location}
174+
#' \item{\code{DIST}}{\code{\link{numeric}},
175+
#' Distance in feet from subplot center to the stem location}
176+
#' \item{\code{STATUSCD}}{\code{\link{integer}},
177+
#' Tree status code: 1 = live, 2 = standing dead}
178+
#' \item{\code{SPCD}}{\code{\link{integer}}, FIA tree species code}
179+
#' \item{\code{DIA}}{\code{\link{numeric}},
180+
#' Tree diameter at breast height in inches}
181+
#' \item{\code{HT}}{\code{\link{numeric}}, Tree height in feet}
182+
#' \item{\code{ACTUALHT}}{\code{\link{numeric}},
183+
#' Actual height in ft (ACTUALHT < HT indicates a broken top)}
184+
#' \item{\code{CCLCD}}{\code{\link{integer}}, Tree crown class code}
185+
#' \item{\code{TPA_UNADJ}}{\code{\link{numeric}},
186+
#' Trees per acre expansion factor}
187+
#' }
188+
#' @note
189+
#' A synthetic plot unique identifier is used in example tree list datasets.
190+
#' @source <https://research.fs.usda.gov/programs/nfi>
191+
"western_redcedar"

data/western_redcedar.rda

781 Bytes
Binary file not shown.

man/western_redcedar.Rd

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)