diff --git a/man/box.Rd b/man/box.Rd index 26f52a12f..ca5e88f2d 100644 --- a/man/box.Rd +++ b/man/box.Rd @@ -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")) diff --git a/man/grid.Rd b/man/grid.Rd index a02626512..99e5f2ae5 100644 --- a/man/grid.Rd +++ b/man/grid.Rd @@ -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")) diff --git a/man/legend.Rd b/man/legend.Rd index d5091e408..9852a1f0f 100644 --- a/man/legend.Rd +++ b/man/legend.Rd @@ -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"))