@@ -85,7 +85,7 @@ head(cw_coef)
8585# > 5 ABLA 19 subalpine fir <NA> 3.96 0.64 0.00 Bechtold (2004)
8686# > 6 ABMA 20 California red fir <NA> 6.67 0.43 0.00 Gill et al. (2000)
8787
88- # add a column predicted crown widths to the `plantation` tree list
88+ # add a column of predicted crown widths to the `plantation` tree list
8989# `within()` is used to modify only a copy of the example dataset
9090tree_list <- within(plantation , CRWIDTH <- calc_crwidth(plantation ))
9191str(tree_list )
@@ -167,7 +167,7 @@ summary(X)
167167# > Unit of length: 1 foot
168168# > Fraction of frame area: 0.124
169169
170- plot(X , pch = 16 , background = " #EEE9DF " , main = " plantation point pattern" )
170+ plot(X , pch = 16 , background = " #fdf6e3 " , main = " plantation point pattern" )
171171```
172172
173173<img src =" man/figures/README-spatstat-explore-1.png " alt =" " width =" 70% " />
@@ -202,7 +202,7 @@ tree_list[tree_list$SUBP == 1 & tree_list$DIA >= 5, ] |>
202202
203203# # predict plot-level canopy cover from individual tree measurements
204204
205- # by default, TCC predicted with the "stem-map" model and full output returned
205+ # by default, TCC is predicted with the "stem-map" model, full output returned
206206calc_tcc_metrics(plantation )
207207# > $model_tcc
208208# > [1] 88.4
@@ -296,7 +296,7 @@ f <- system.file("extdata/mt_lnf_2022_1cond_tree.csv", package="FIAstemmap")
296296tree <- load_tree_data(f )
297297# > ! The data source does not have DIST and/or AZIMUTH
298298# > ℹ Fetching tree data...
299- # > ✔ Fetching tree data... [15ms ]
299+ # > ✔ Fetching tree data... [14ms ]
300300# >
301301# > ℹ 910 tree records returned
302302
0 commit comments