Skip to content

Commit

Permalink
reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Sep 6, 2024
1 parent 73eb4cb commit ea51424
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/a2_custom_datasets.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ get_time_bp_steps(dataset = "custom", path_to_nc = nc_name)
```

And we can slice the series and plot a given time point:
```{r}
```{r, fig.width=6, fig.height=4}
climate_100 <- slice_region_series(custom_series, time_bp = -100)
terra::plot(climate_100)
```
Expand Down

0 comments on commit ea51424

Please sign in to comment.