@@ -118,15 +118,15 @@ and `DIST` (stem distance from subplot/microplot center).
118118plot_crowns(tree_list , main = " plantation plot" )
119119```
120120
121- < img src = " man/figures/README-plot-crowns-1.png " alt = " " width = " 100% " / >
121+ ![ ] ( man/figures/README-plot-crowns-1.png ) <!-- -- >
122122
123123``` r
124124
125125# individual subplot
126126plot_crowns(tree_list , subplot = 4 , main = " plantation subplot 4" )
127127```
128128
129- < img src = " man/figures/README-plot-crowns-2.png " alt = " " width = " 100% " / >
129+ ![ ] ( man/figures/README-plot-crowns-2.png ) <!-- -- >
130130
131131``` r
132132
@@ -135,7 +135,7 @@ plot_crowns(tree_list, subplot = 4, microplot = TRUE,
135135 main = " plantation microplot 4" )
136136```
137137
138- < img src = " man/figures/README-plot-crowns-3.png " alt = " " width = " 100% " / >
138+ ![ ] ( man/figures/README-plot-crowns-3.png ) <!-- -- >
139139
140140Helper functions are provided to facilitate analyzing FIA tree lists as
141141Spatial Point Patterns using the ** spatstat** library.
@@ -170,7 +170,7 @@ summary(X)
170170plot(X , pch = 16 , main = " Loblolly pine plantation" )
171171```
172172
173- < img src = " man/figures/README-spatstat-explore-1.png " alt = " " width = " 100% " / >
173+ ![ ] ( man/figures/README-spatstat-explore-1.png ) <!-- -- >
174174
175175``` r
176176
@@ -182,7 +182,7 @@ K <- spatstat.explore::Kest(X, rmax = 12, correction = "isotropic")
182182plot(K , main = " Ripley's K for the plantation trees" )
183183```
184184
185- < img src = " man/figures/README-spatstat-explore-2.png " alt = " " width = " 100% " / >
185+ ![ ] ( man/figures/README-spatstat-explore-2.png ) <!-- -- >
186186
187187### Compute stand structure metrics
188188
0 commit comments