R/deprecated.R

Defines functions ks_c_cdf_Rcpp

Documented in ks_c_cdf_Rcpp

############################################################
## Deprecated interfaces retained for backward compatibility

ks_c_cdf_Rcpp <- function(n)
{
  .Deprecated("ks_c_cdf", package = "KSgeneral")
  .ks_c_cdf_Rcpp_legacy(n)
}

Try the KSgeneral package in your browser

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

KSgeneral documentation built on Aug. 23, 2026, 9:07 a.m.