From 14c10f2d252f45349e0b4fbf87e17dfbfae39f92 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 17 Mar 2017 16:15:04 +0100 Subject: [PATCH] [cosmetics] Slight improvements in doc --- epclust/R/computeWerDists.R | 4 ++-- epclust/R/main.R | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/epclust/R/computeWerDists.R b/epclust/R/computeWerDists.R index 5f12896..0ad5404 100644 --- a/epclust/R/computeWerDists.R +++ b/epclust/R/computeWerDists.R @@ -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 diff --git a/epclust/R/main.R b/epclust/R/main.R index b6eb511..09e1ed7 100644 --- a/epclust/R/main.R +++ b/epclust/R/main.R @@ -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 -- 2.44.0