#' plotting a series object
#'
#' @param .
#' @param ...
#'
#' @export
#'
#' @examples
#' data(st)
#' plotSeries(st)
#' st$plot # the same
plotSeries<-function(.,...){plotAna(.$sweeps,...)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.