Skip to content

Commit 9500ab3

Browse files
committed
adjust figure size
1 parent 7f9beb1 commit 9500ab3

7 files changed

Lines changed: 6 additions & 6 deletions

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ knitr::opts_chunk$set(
99
collapse = TRUE,
1010
comment = "#>",
1111
fig.path = "man/figures/README-",
12-
out.width = "100%"
12+
fig.width = 6.2, fig.height = 6.2
1313
)
1414
```
1515

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ and `DIST` (stem distance from subplot/microplot center).
118118
plot_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
126126
plot_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

140140
Helper functions are provided to facilitate analyzing FIA tree lists as
141141
Spatial Point Patterns using the **spatstat** library.
@@ -170,7 +170,7 @@ summary(X)
170170
plot(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")
182182
plot(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

3.62 KB
Loading
4.74 KB
Loading
1.07 KB
Loading
3.94 KB
Loading
1.63 KB
Loading

0 commit comments

Comments
 (0)