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