#' Intersection matrix
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `matrix`.
#'
#' @examples
#' showMethods("intersectionMatrix")
setGeneric(
name = "intersectionMatrix",
def = function(object, ...) {
standardGeneric("intersectionMatrix")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.