R/samples.set.beg.R

"samplesSetBeg" <-
function(begIt)
#   Set the beg field
{
    if(!is.numeric(begIt))
        stop("begIt ", "must be numeric")
    begIt <- as.integer(begIt)
    options("BRugsSamplesBeg" = begIt)
}

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.