#' @title The \code{Classification}-class
#' @export
Classification <- setClass(Class = "Classification",
slots = list(),
contains = "AnalysisAspect"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.