From 093e4f83cf3814e838b4c89d3b0dc5e3dc8cafa5 Mon Sep 17 00:00:00 2001 From: AMBarbosa Date: Sat, 6 Sep 2025 17:08:46 +0100 Subject: [PATCH] makeTiles.Rd: mention also divide() in SeeAlso --- man/makeTiles.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/makeTiles.Rd b/man/makeTiles.Rd index 6e60ca4f53..c8a079e339 100644 --- a/man/makeTiles.Rd +++ b/man/makeTiles.Rd @@ -42,7 +42,7 @@ character (filenames) or matrix (extents) \seealso{ -\code{\link{vrt}} to create a virtual raster from tiles and \code{\link{crop}} for sub-setting arbitrary parts of a SpatRaster. +\code{\link{vrt}} to create a virtual raster from tiles; \code{\link{crop}} for sub-setting arbitrary parts of a SpatRaster; \code{\link{divide}} to divide a SpatRaster into parts. }