#' @export
is.samples.population <- function (dat)
{
# test if <dat> is of the type "samples.population"
inherits(dat, "samples.population")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.