@@ -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"
0 commit comments