From cfca086af29b0f82fb5807ebbe548ebc3bbef5db Mon Sep 17 00:00:00 2001 From: nfrerebeau Date: Tue, 3 Sep 2024 16:14:51 +0200 Subject: [PATCH] Small fix in documentation --- R/AllGenerics.R | 2 +- man/bind.Rd | 1 + man/extract.Rd | 8 +++++++- man/split.Rd | 1 + man/subset.Rd | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/R/AllGenerics.R b/R/AllGenerics.R index 04e4d52..63e7b9a 100644 --- a/R/AllGenerics.R +++ b/R/AllGenerics.R @@ -381,7 +381,7 @@ NULL #' @example inst/examples/ex-groups.R #' @author N. Frerebeau #' @docType methods -#' @family subset +#' @family subsetting methods #' @aliases extract-method setGeneric( name = "extract", diff --git a/man/bind.Rd b/man/bind.Rd index afbda1e..29cfe43 100644 --- a/man/bind.Rd +++ b/man/bind.Rd @@ -46,6 +46,7 @@ do.call(rbind, s2) } \seealso{ Other subsetting methods: +\code{\link{extract}()}, \code{\link{split}()}, \code{\link{subset}()} } diff --git a/man/extract.Rd b/man/extract.Rd index 4f1b8a9..678a70c 100644 --- a/man/extract.Rd +++ b/man/extract.Rd @@ -35,7 +35,13 @@ coda <- as_composition(slides, groups = 2) groups(coda) } +\seealso{ +Other subsetting methods: +\code{\link{bind}}, +\code{\link{split}()}, +\code{\link{subset}()} +} \author{ N. Frerebeau } -\concept{subset} +\concept{subsetting methods} diff --git a/man/split.Rd b/man/split.Rd index 41aec33..c1deabb 100644 --- a/man/split.Rd +++ b/man/split.Rd @@ -55,6 +55,7 @@ do.call(rbind, s2) \seealso{ Other subsetting methods: \code{\link{bind}}, +\code{\link{extract}()}, \code{\link{subset}()} } \author{ diff --git a/man/subset.Rd b/man/subset.Rd index 45ed9e8..aa28f96 100644 --- a/man/subset.Rd +++ b/man/subset.Rd @@ -81,6 +81,7 @@ head(subcoda) \seealso{ Other subsetting methods: \code{\link{bind}}, +\code{\link{extract}()}, \code{\link{split}()} } \author{