R/sig-test.R

Defines functions curvigram sigTest

Documented in curvigram sigTest

#' (Defunct) Perform a null hypothesis significance test of a given curvigram
#'
#' This function no longer works. Please use \code{\link{randomTest}} instead.
#' @seealso \code{\link{randomTest}}
sigTest <- function() {
 .Defunct('randomTest', 'skyscapeR', 'sigTest() is outdated and no longer works, please use randomTest() instead')
}

#' (Defunct) Computes declination curvigram
#'
#' This function no longer works. Please use \code{\link{spd}} of \code{\link{density}} instead.
#' @seealso \code{\link{spd}}
curvigram <- function() {
  .Defunct('spd', 'skyscapeR', 'curvigram() is outdated and no longer works, please use skyscapeR::spd() or base::density() instead, depending on need.')
}
f-silva-archaeo/skyscapeR documentation built on Sept. 24, 2023, 8:14 p.m.