R/is.sample.r

#' @export
is.sample <- function (dat) 
{
  # test if <dat> is of the type "sample"
  inherits(dat, "sample")
}
david-borchers/sampling documentation built on Sept. 17, 2022, 7:54 a.m.