#' Set separator line in an scplot
#'
#' @inheritParams .inherit_scplot
#' @param ... List with line parameters (`"colour"", "linewidth", "linetype"`).
#' @return An object of class `scplot` (see[scplot()]).
#' @export
set_separator <- function(object, ...) {
args <- list(...)
object$theme$separators <- .merge_element(
args, object$theme$separators
)
object
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.