[cosmetics] Slight improvements in doc
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 17 Mar 2017 15:15:04 +0000 (16:15 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 17 Mar 2017 15:15:04 +0000 (16:15 +0100)
epclust/R/computeWerDists.R
epclust/R/main.R

index 5f12896..0ad5404 100644 (file)
@@ -3,8 +3,8 @@
 #' Compute the WER distances between the series at specified indices, which are
 #' obtaind by \code{getSeries(indices)}
 #'
-#' @param indices Range of series indices to cluster
-#' @param getSeries Function to retrieve series (argument: 'indices', integer vector),
+#' @param indices Indices of the series to consider
+#' @param getSeries Function to retrieve series (argument: 'inds', integer vector),
 #'   as columns of a matrix
 #' @param ncores Number of cores for parallel runs
 #' @inheritParams claws
index b6eb511..09e1ed7 100644 (file)
@@ -62,7 +62,7 @@
 #' @param nvoice Number of voices within each octave for CWT computations
 #' @param random TRUE (default) for random chunks repartition
 #' @param ntasks Number of tasks (parallel iterations to obtain K1 [if WER=="end"]
-#'   or K2 [if WER=="mix"] medoids); default: 1.
+#'   or K2 [if WER=="mix"] medoids); default: 1.\cr
 #'   Note: ntasks << N (number of series), so that N is "roughly divisible" by ntasks
 #' @param ncores_tasks Number of parallel tasks ('1' == sequential tasks)
 #' @param ncores_clust Number of parallel clusterings in one task