Skip to content

Commit 5a62843

Browse files
authored
Merge pull request #1946 from AMBarbosa/patch-45
segregate.Rd: add SeeAlso referencing split()
2 parents 3815f65 + 885686a commit 5a62843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

man/segregate.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ This is called "one-hot encoding" or "dummy encoding" (for a dummy encoding sche
3232
SpatRaster
3333
}
3434

35+
\seealso{\code{\link{split}}}
36+
3537
\examples{
3638
r <- rast(nrows=5, ncols=5)
3739
values(r) <- rep(c(1:4, NA), each=5)

0 commit comments

Comments
 (0)