Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 18, 2024
1 parent 8719cf6 commit e1f15fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/articles/faqs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ ggplot(r) +
### Other alternatives

Thanks to `fortify.SpatRaster()` you can use your `SpatRaster` straight away
with the **metR** package (see [Hexagonal grids (and other geoms)]). Use the
parameter(s) `bins/binwidth/breaks` to align both labels and lines:
with the **metR** package (see [Hexagonal grids and other geoms](#fort)).
Use the parameter(s) `bins/binwidth/breaks` to align both labels and lines:

```{r metr}
library(metR)
Expand Down Expand Up @@ -655,7 +655,7 @@ ggplot(aoi) +
)
```

## Hexagonal grids (and other `geoms`)
## Hexagonal grids (and other `geoms`) {#fort}

By concept the cells of a `SpatRaster` are rectangular, so it is not possible to
create a `SpatRaster` with i.e. hexagonal cells.
Expand Down

0 comments on commit e1f15fd

Please sign in to comment.