#' print.scplot
#'
#' @param x An scplot object.
#' @param ... Not implemented.
#'
#' @return Calls [as_ggplot()] to create a ggplot2 argument and prints it.
#' @keywords internal
#' @export
print.scplot <- function(x, ...) {
args <- list(...)
print(as_ggplot(x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.