R/spinebil-package.R

#' spinebil
#'
#' Functions to evaluate the performance of projection pursuit
#'    index functions using tour methods.
#'
#' @seealso
#'
#' The main functions are:
#' \itemize{
#'   \item [getTrace()]
#'   \item [profileRotation()]
#'   \item [compareSmoothing()]
#'   \item [timeSequence()]
#'   \item [squintAngleEstimate()]
#' }
#'
#' @name spinebil
#' @docType package
#'
NULL

if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
globalVariables(c("alpha",
                  "value",
                  "angle",
                  "method",
                  "indexMean"))

Try the spinebil package in your browser

Any scripts or data that you put into this service are public.

spinebil documentation built on Aug. 28, 2019, 5:04 p.m.