11
22<!-- README.md is generated from README.Rmd. Please edit that file -->
33
4- # FIAstemmap <a href =" https://ctoney .github.io/FIAstemmap/ " ><img src =" man/figures/logo.png " align =" right " height =" 138 " alt =" FIAstemmap website " /></a >
4+ # FIAstemmap <a href =" https://firelab .github.io/FIAstemmap/ " ><img src =" man/figures/logo.png " align =" right " height =" 138 " alt =" FIAstemmap website " /></a >
55
66<!-- badges: start -->
77
8- [ ![ R-CMD-check] ( https://github.com/ctoney /FIAstemmap/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/ctoney /FIAstemmap/actions/workflows/R-CMD-check.yaml )
8+ [ ![ R-CMD-check] ( https://github.com/firelab /FIAstemmap/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/firelab /FIAstemmap/actions/workflows/R-CMD-check.yaml )
99<!-- badges: end -->
1010
1111** NOTE: this is an implementation update * currently under development***
@@ -53,7 +53,7 @@ You can install the development version of **FIAstemmap** with:
5353
5454``` r
5555# install.packages("pak")
56- pak :: pak(" ctoney /FIAstemmap" )
56+ pak :: pak(" firelab /FIAstemmap" )
5757```
5858
5959## Examples
@@ -151,9 +151,9 @@ X <- create_fia_ppp(plantation)
151151summary(X )
152152# > Planar point pattern: 89 points
153153# > Average intensity 0.01229542 points per square foot
154- # >
154+ # >
155155# > Coordinates are given to 16 decimal places
156- # >
156+ # >
157157# > Window: polygonal boundary
158158# > 4 separate polygons (no holes)
159159# > vertices area relative.area
@@ -206,76 +206,76 @@ tree_list[tree_list$SUBP == 1 & tree_list$DIA >= 5, ] |>
206206calc_tcc_metrics(plantation )
207207# > $model_tcc
208208# > [1] 88.5
209- # >
209+ # >
210210# > $subp1_crown_overlay
211211# > [1] 86.9
212- # >
212+ # >
213213# > $subp2_crown_overlay
214214# > [1] 91.8
215- # >
215+ # >
216216# > $subp3_crown_overlay
217217# > [1] 80.5
218- # >
218+ # >
219219# > $subp4_crown_overlay
220220# > [1] 87.3
221- # >
221+ # >
222222# > $subp_overlay_mean
223223# > [1] 86.625
224- # >
224+ # >
225225# > $micr1_crown_overlay
226226# > [1] 0
227- # >
227+ # >
228228# > $micr2_crown_overlay
229229# > [1] 0
230- # >
230+ # >
231231# > $micr3_crown_overlay
232232# > [1] 19.4
233- # >
233+ # >
234234# > $micr4_crown_overlay
235235# > [1] 22
236- # >
236+ # >
237237# > $micr_overlay_mean
238238# > [1] 10.35
239- # >
239+ # >
240240# > $L_6ft
241241# > [1] 3.868305
242- # >
242+ # >
243243# > $L_8ft
244244# > [1] 6.627377
245- # >
245+ # >
246246# > $L_10ft
247247# > [1] 7.300455
248- # >
248+ # >
249249# > $L_12ft
250250# > [1] 11.35045
251- # >
251+ # >
252252# > $numTrees
253253# > [1] 89
254- # >
254+ # >
255255# > $meanTreeHt
256256# > [1] 45
257- # >
257+ # >
258258# > $meanTreeHtBAW
259259# > [1] 45.4
260- # >
260+ # >
261261# > $meanTreeHtDom
262262# > [1] 45
263- # >
263+ # >
264264# > $meanTreeHtDomBAW
265265# > [1] 45.4
266- # >
266+ # >
267267# > $maxTreeHt
268268# > [1] 51
269- # >
269+ # >
270270# > $predomTreeHt
271271# > [1] 50.3
272- # >
272+ # >
273273# > $numSaplings
274274# > [1] 2
275- # >
275+ # >
276276# > $meanSapHt
277277# > [1] 33.5
278- # >
278+ # >
279279# > $maxSapHt
280280# > [1] 42
281281
@@ -297,7 +297,7 @@ tree <- load_tree_data(f)
297297# > ! The data source does not have DIST and/or AZIMUTH
298298# > ℹ Fetching tree data...
299299# > ✔ Fetching tree data... [14ms]
300- # >
300+ # >
301301# > ℹ 910 tree records returned
302302
303303head(tree )
0 commit comments