Skip to content

Commit

Permalink
rd
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jul 20, 2024
1 parent 70e3e24 commit 84e54b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/box.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ add_box(...)
}


\seealso{\code{\link{add_legend}}, \code{\link{add_grid}}}
\seealso{\code{\link{add_legend}}, \code{\link{add_grid}}, \code{\link{add_mtext}}}

\examples{
v <- vect(system.file("ex/lux.shp", package="terra"))
Expand Down
2 changes: 1 addition & 1 deletion man/grid.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ add_grid(nx=NULL, ny=nx, col="lightgray", lty="dotted", lwd=1)
\item{lwd}{non-negative numeric giving line width of the grid lines}
}

\seealso{ \code{\link{graticule}}, \code{\link{add_box}}, \code{\link{add_grid}}}
\seealso{\code{\link{graticule}}, \code{\link{add_legend}}, \code{\link{add_box}}, \code{\link{add_grid}}, \code{\link{add_mtext}}}

\examples{
v <- vect(system.file("ex/lux.shp", package="terra"))
Expand Down
3 changes: 2 additions & 1 deletion man/legend.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ add_legend(x, y, ...)
}


\seealso{\code{\link{add_box}}, \code{\link{add_grid}}}
\seealso{\code{\link{add_box}}, \code{\link{add_grid}}, \code{\link{add_mtext}}}


\examples{
v <- vect(system.file("ex/lux.shp", package="terra"))
Expand Down

0 comments on commit 84e54b3

Please sign in to comment.