Skip to content

Commit dad44c3

Browse files
committed
resize article image
1 parent 1a564ae commit dad44c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/articles/canopy-height.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ hist(palma_meta_sr, main = "Distribution of heights", xlab = "Height (m)")
8383

8484
Once we have the data, we can generate one map of the canopy height model leveraging the `tidyterra` package:
8585

86-
```{r, fig.width=6, fig.height=6}
86+
```{r, fig.width=6, fig.height=8}
8787
ggplot() +
8888
geom_spatraster(data = palma_meta_sr) +
8989
scale_fill_whitebox_c(
@@ -106,7 +106,7 @@ ggplot() +
106106
caption = "@ Adrián Cidre | Data Source: Meta CHM | {forestdata} R package"
107107
) +
108108
theme_void(
109-
base_size = 12
109+
base_size = 10
110110
) +
111111
theme(
112112
panel.background = element_rect(fill = "#8DA7BE", colour = NA),

0 commit comments

Comments
 (0)