Skip to content

Commit 55c28b4

Browse files
committed
reference the optional FVS method [no chk]
1 parent 7e48f9b commit 55c28b4

3 files changed

Lines changed: 23 additions & 8 deletions

File tree

README.Rmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ The Forest Inventory and Analysis Program ([FIA](https://research.fs.usda.gov/pr
3232
* mapping erosion risk [[11]](#references)
3333
* assessment of tree canopy cover estimation methods [[12, 13]](#references)
3434

35-
Computations based on tree spatial pattern within a plot require input data with coordinates of the individual stems given as azimuth and distance from the sample center point. Note that FIA no longer provide the `AZIMUTH` and `DIST` attributes in the publicly available `TREE` table. The FIADB User Guide states that these attributes are now available by request from [FIA Spatial Data Services](https://research.fs.usda.gov/programs/fia/sds) [[14]](#references). Tree data lacking stem locations can be used with **FIAstemmap** for certain functionality, which includes predicting individual tree crown width and computing several stand structure metrics.
35+
Computations based on tree spatial pattern within a plot require input data with coordinates of the individual stems given as azimuth and distance from the sample center point. Note that FIA no longer provide the `AZIMUTH` and `DIST` attributes in the publicly available `TREE` table. The FIADB User Guide states that these attributes are now available by request from [FIA Spatial Data Services](https://research.fs.usda.gov/programs/fia/sds) [[14]](#references).
36+
37+
Tree data lacking stem locations can still be used with **FIAstemmap** for certain functionality, which includes predicting individual tree crown width and computing several stand structure metrics. The latter includes the option to estimate plot-level tree canopy cover using the aspatial "FVS" method [[15]](#references) which assumes a random arrangement of the crowns.
3638

3739
## Installation
3840

@@ -99,7 +101,7 @@ K <- spatstat.explore::Kest(X, rmax = 12, correction = "isotropic")
99101
plot(K, main = "Ripley's K for the plantation FIA plot")
100102
```
101103

102-
The `western_redcedar` dataset is another example tree list included in the package.
104+
The `western_redcedar` dataset is another example tree list included in the package. The following code uses meter for the distance unit.
103105

104106
```{r spatstat-explore-cont}
105107
## Spatial point pattern for the western redcedar tree list.
@@ -192,3 +194,5 @@ _Ecological Indicators_, Volume 142, 109271, https://doi.org/10.1016/j.ecolind.2
192194
[13] Andrew N. Gray, Anne C.S. McIntosh, Steven L. Garman, Michael A. Shettles. 2021. Predicting canopy cover of diverse forest types from individual tree measurements. _Forest Ecology and Management_, Volume 501, 119682, ISSN 0378-1127, https://doi.org/10.1016/j.foreco.2021.119682.
193195

194196
[14] Burrill, Elizabeth A.; DiTommaso, Andrea M.; Turner, Jeffery A.; Pugh, Scott A.; Christensen, Glenn; Kralicek, Karin M.; Perry, Carol J.; Lepine, Lucie C.; Walker, David M.; Conkling, Barbara L. 2024. The Forest Inventory and Analysis Database, FIADB user guides, volume: database description (version 9.4), nationwide forest inventory (NFI). U.S. Department of Agriculture, Forest Service. 1016 p. [Online]. Available at: https://research.fs.usda.gov/understory/forest-inventory-and-analysis-database-user-guide-nfi.
197+
198+
[15] Crookston, N.L. and A.R. Stage. (1999). Percent canopy cover and stand structure statistics from the Forest Vegetation Simulator. Gen. Tech. Rep. RMRS-GTR-24. Ogden, UT: U. S. Department of Agriculture, Forest Service, Rocky Mountain Research Station. 11 p. \url{https://research.fs.usda.gov/treesearch/6261}.

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,14 @@ the `AZIMUTH` and `DIST` attributes in the publicly available `TREE`
4242
table. The FIADB User Guide states that these attributes are now
4343
available by request from [FIA Spatial Data
4444
Services](https://research.fs.usda.gov/programs/fia/sds)
45-
[\[14\]](#references). Tree data lacking stem locations can be used with
46-
**FIAstemmap** for certain functionality, which includes predicting
47-
individual tree crown width and computing several stand structure
48-
metrics.
45+
[\[14\]](#references).
46+
47+
Tree data lacking stem locations can still be used with **FIAstemmap**
48+
for certain functionality, which includes predicting individual tree
49+
crown width and computing several stand structure metrics. The latter
50+
includes the option to estimate plot-level tree canopy cover using the
51+
aspatial “FVS” method [\[15\]](#references) which assumes a random
52+
arrangement of the crowns.
4953

5054
## Installation
5155

@@ -190,7 +194,7 @@ plot(K, main = "Ripley's K for the plantation FIA plot")
190194
<img src="man/figures/README-spatstat-explore-2.png" alt="" width="70%" />
191195

192196
The `western_redcedar` dataset is another example tree list included in
193-
the package.
197+
the package. The following code uses meter for the distance unit.
194198

195199
``` r
196200
## Spatial point pattern for the western redcedar tree list.
@@ -350,7 +354,7 @@ f <- system.file("extdata/mt_lnf_2022_1cond_tree.csv", package="FIAstemmap")
350354
tree_table <- load_tree_data(f)
351355
#> ! The data source does not have DIST and/or AZIMUTH.
352356
#> ℹ Fetching tree data
353-
#> ✔ Fetching tree data [16ms]
357+
#> ✔ Fetching tree data [14ms]
354358
#>
355359
#> ℹ 910 tree records returned.
356360

@@ -508,3 +512,8 @@ database description (version 9.4), nationwide forest inventory (NFI).
508512
U.S. Department of Agriculture, Forest Service. 1016 p. \[Online\].
509513
Available at:
510514
<https://research.fs.usda.gov/understory/forest-inventory-and-analysis-database-user-guide-nfi>.
515+
516+
\[15\] Crookston, N.L. and A.R. Stage. (1999). Percent canopy cover and
517+
stand structure statistics from the Forest Vegetation Simulator.
518+
Gen. Tech. Rep. RMRS-GTR-24. Ogden, UT: U. S. Department of Agriculture,
519+
Forest Service, Rocky Mountain Research Station. 11 p. .

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ DiTommaso
2323
Dockter
2424
FIA
2525
FIADB
26+
FVS
2627
Finco
2728
Furnas
2829
GDAL
@@ -83,6 +84,7 @@ Wynne
8384
Xuexia
8485
al
8586
allometric
87+
aspatial
8688
et
8789
gpkg
8890
loblolly

0 commit comments

Comments
 (0)