Skip to content

Commit

Permalink
resize article image
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed Nov 25, 2024
1 parent 1a564ae commit dad44c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/canopy-height.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ hist(palma_meta_sr, main = "Distribution of heights", xlab = "Height (m)")

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

```{r, fig.width=6, fig.height=6}
```{r, fig.width=6, fig.height=8}
ggplot() +
geom_spatraster(data = palma_meta_sr) +
scale_fill_whitebox_c(
Expand All @@ -106,7 +106,7 @@ ggplot() +
caption = "@ Adrián Cidre | Data Source: Meta CHM | {forestdata} R package"
) +
theme_void(
base_size = 12
base_size = 10
) +
theme(
panel.background = element_rect(fill = "#8DA7BE", colour = NA),
Expand Down

0 comments on commit dad44c3

Please sign in to comment.