Learn R Programming

ggmsa (version 1.0.2)

show: show method

Description

show method

Usage

show(object)

Arguments

object

SeqDiff object

Value

message

Examples

Run this code
# NOT RUN {
fas <- list.files(system.file("extdata", "GVariation", package="ggmsa"),
                  pattern="fas", full.names=TRUE)
x1 <- seqdiff(fas[1], reference=1)
x1
# }

Run the code above in your browser using DataLab