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