Nothing
#' @rdname accessors
#' @export
#' @return
#' - `dim()` the dimensions in the number of bins and number of groups
dim.incidence <- function(x) {
dim(x$counts)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.