R/n_plotSeries.R

Defines functions plotSeries

#' plotting a series object
#'
#' @param . 
#' @param ... 
#'
#' @export
#'
#' @examples
#' data(st)
#' plotSeries(st)
#' st$plot # the same
plotSeries<-function(.,...){plotAna(.$sweeps,...)}
tdanker/ephys2 documentation built on Aug. 11, 2019, 12:12 p.m.