R/rRandomLabeling.R

Defines functions rRandomLabeling

Documented in rRandomLabeling

rRandomLabeling <-
function(X, CheckArguments = TRUE) {
  
  if (CheckArguments)
    CheckdbmssArguments()
  
  return (rRandomLocation(X, CheckArguments=FALSE))
}

Try the dbmss package in your browser

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

dbmss documentation built on May 31, 2023, 8:30 p.m.