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