R/samples.set.thin.R

"samplesSetThin" <-
function(thin)
#   Set the thin field
{
    if(!is.numeric(thin))
        stop("thin ", "must be numeric")
    options("BRugsSamplesThin" = thin)
}

Try the BRugs package in your browser

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

BRugs documentation built on May 31, 2023, 7:19 p.m.