diff --git a/man/check_priors.Rd b/man/check_priors.Rd index 18e878f2..92c21ce8 100644 --- a/man/check_priors.Rd +++ b/man/check_priors.Rd @@ -5,7 +5,7 @@ \title{Plots the prior and posterior parameter probability densities from an object of class \code{\link{bayesnecfit}} or \code{\link{bayesmanecfit}}.} \usage{ -check_priors(object, filename = NA) +check_priors(object, filename = NA, ask = ask) } \arguments{ \item{object}{An object of class \code{\link{bayesnecfit}} or @@ -14,6 +14,9 @@ check_priors(object, filename = NA) \item{filename}{An optional \code{\link[base]{character}} vector to be used as a pdf filename in the case of a \code{\link{bayesmanecfit}}. Any non empty character string will indicate the user wants to save the plots.} + +\item{ask}{Should the user be asked to hit enter for next page for a +\code{\link{bayesmanecfit}} object?} } \value{ A plot of the prior and posterior parameter probability densities.