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.')
}

Try the skyscapeR package in your browser

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

skyscapeR documentation built on Oct. 30, 2021, 1:06 a.m.