Skip to content

Commit

Permalink
fixes #1245
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Aug 23, 2023
1 parent 2347d0c commit 0571bbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions man/extend.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ e <- ext(r)
e
extend(e, 10)
extend(e, c(10, -10, 0, 20))


# add 10 columns / rows on all sides
e + 10
# double extent
e * 2
# increase extent by 25%
e * 1.25
}

\keyword{spatial}

0 comments on commit 0571bbc

Please sign in to comment.