Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jul 20, 2024
1 parent a5fd4a2 commit 8cbf3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- `map-region` returns the coordinates of the axes position of a map created with `plot<Spat*>` [https://github.com/rspatial/terra/issues/1517](https://github.com/rspatial/terra/issues/1517) by Daniel Schuch
- `polys<leaflet>` method [#1543](https://github.com/rspatial/terra/issues/1543) by Márcia Barbosa
- `plot<SpatVectorCollection>` method [#1532](https://github.com/rspatial/terra/issues/1532) by jedgroev
- `add_mtext` to add text around the margins of a map. [#1567](https://github.com/rspatial/terra/issues/1567) by Daniel Schuch


# version 1.7-78
Expand Down
4 changes: 2 additions & 2 deletions man/add_mtext.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ add_mtext(text, side=3, line=0, ...)

\arguments{
\item{text}{character or expression vector specifying the text to be written}
\side{side} integer indicating the margin to use (1=bottom, 2=left, 3=top, 4=right).
\side{line} numeric to move the text in or outwards.
\item{side}{ integer indicating the margin to use (1=bottom, 2=left, 3=top, 4=right)}
\item{line}{ numeric to move the text in or outwards.}
\item{...}{arguments passed to \code{\link{text}}}
}

Expand Down

0 comments on commit 8cbf3bb

Please sign in to comment.