]> nmode's Git Repositories - Rnaught/blobdiff - R/WP_unknown.R
Prevent internal functions from being exported
[Rnaught] / R / WP_unknown.R
index ee950b19859e20f9e68ef74f514a420f29197e3e..832a3baa77d79577f302ff1b6fdac0ebe9307ddb 100644 (file)
@@ -20,7 +20,7 @@
 #'         \code{J0} (the location for the maximum likelihood estimator \code{Rhat}). If \code{JJ} and \code{J0}
 #'         are not the same, this means that the maximum likelihood estimator is not unique.
 #'
-#' @export
+#' @keywords internal
 WP_unknown <- function(NT, B=100, shape.max=10, scale.max=10, tol=0.999) {
        shape <- seq(0, shape.max, length.out=B+1)
        scale <- seq(0, scale.max, length.out=B+1)