R/plotCountsPerBiotype.R

#' Plot counts per biotype
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotCountsPerBiotype")
setGeneric(
    name = "plotCountsPerBiotype",
    def = function(object, ...) {
        standardGeneric("plotCountsPerBiotype")
    }
)
acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.