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