diff --git a/DESCRIPTION b/DESCRIPTION index ded28be4..9f3f8ca9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -39,6 +39,6 @@ License: MIT + file LICENSE LazyData: true URL: https://github.com/ggobi/tourr BugReports: https://github.com/ggobi/tourr/issues -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Encoding: UTF-8 VignetteBuilder: knitr diff --git a/R/tour-guided-anomaly.r b/R/tour-guided-anomaly.r index 0271b93d..914806a5 100644 --- a/R/tour-guided-anomaly.r +++ b/R/tour-guided-anomaly.r @@ -4,7 +4,7 @@ #' using an ellipse to determine anomalies on which to select target planes. #' #' Usually, you will not call this function directly, but will pass it to -#' a method that works with tour paths like \code{\link{animate_slice}}, +#' a method that works with tour paths like \code{\link{animate_xy}}, #' \code{\link{save_history}} or \code{\link{render}}. #' #' @param index_f the section pursuit index function to optimise. The function diff --git a/man/guided_anomaly_tour.Rd b/man/guided_anomaly_tour.Rd index a9e81f27..4b182c51 100644 --- a/man/guided_anomaly_tour.Rd +++ b/man/guided_anomaly_tour.Rd @@ -53,7 +53,7 @@ using an ellipse to determine anomalies on which to select target planes. } \details{ Usually, you will not call this function directly, but will pass it to -a method that works with tour paths like \code{\link{animate_slice}}, +a method that works with tour paths like \code{\link{animate_xy}}, \code{\link{save_history}} or \code{\link{render}}. } \examples{ diff --git a/man/norm_bin.Rd b/man/norm_bin.Rd index 1a7376f9..390c2045 100644 --- a/man/norm_bin.Rd +++ b/man/norm_bin.Rd @@ -14,11 +14,11 @@ norm_kol(nr) } \description{ Compares the similarity between the projected distribution and a normal distribution. -} -\details{ +\itemize{ \item norm_bin: compares the count in 100 histogram bins \item norm_kol: compares the cdf based on the Kolmogorov–Smirnov test (KS test) } +} \examples{ # manually compute the norm_kol index # create the index function