R/samples.set.end.R

"samplesSetEnd" <-
function(endIt)
#   Set the end field
{
    if(!is.numeric(endIt))
        stop("endIt ", "must be numeric")
    endIt <- as.integer(endIt)
    options("BRugsSamplesEnd" = endIt)
}

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.