Skip to content

Commit

Permalink
🚑 fixed broken vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio-berti committed Aug 30, 2024
1 parent 566546a commit e695c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/enerscape.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ However, it is possible to calculate the cost of moving _from_ the cell since en
This is achieved by using the optional argument `direction = "out"`.
```{r out}
en_out_log <- log(enerscape(dem, 10, neigh = 4, unit = "kcal", direction = "out"))
en_out_log <- crop(en_out_log, ext(881306, 882853, 4674928, 4675984))
plot(c(en_log, en_out_log))
```

Expand Down

0 comments on commit e695c95

Please sign in to comment.