Browse code

typo in examples.

Jaehyun Joo authored on 15/03/2022 20:56:24
Showing 1 changed files

... ...
@@ -26,7 +26,7 @@
26 26
 ##' @param log2 A logical specifying whether feature intensities needs to be
27 27
 ##'   log2-transformed before calculating a correlation matrix. Ignored if type
28 28
 ##'   is "pairs". Choose the same value used in the feature grouping.
29
-##' @return A pair plot or graph.
29
+##' @return A graph or pair plot.
30 30
 ##'
31 31
 ##' @seealso See [clusterFeatures] for feature grouping.
32 32
 ##'
... ...
@@ -41,7 +41,7 @@
41 41
 ##' plotRTgroup(se, i = "knn_vsn", group = "FG.22")
42 42
 ##'
43 43
 ##' ## Pairwise scatter
44
-##' plotRTgroup(se, i = 3, group = "FG.01", cor_method = "spearman",
44
+##' plotRTgroup(se, i = 3, group = "FG.22", cor_method = "spearman",
45 45
 ##'             log2 = TRUE, type = "pairs")
46 46
 ##'
47 47
 ##' @export