R/methods-diff.R

Defines functions diff.SeqDiff

##' @method diff SeqDiff
##' @export
diff.SeqDiff <- function(x, ...) {
    x@diff
}

Try the ggmsa package in your browser

Any scripts or data that you put into this service are public.

ggmsa documentation built on Aug. 3, 2021, 9:06 a.m.