Description Usage Arguments Value Author(s) Examples
plot method for SeqDiff object
1 2 3 4 5 6 7 8 9 10 11 |
x |
SeqDiff object |
width |
bin width |
title |
plot title |
xlab |
xlab |
by |
one of 'bar' and 'area' |
fill |
fill color of upper part of the plot |
colors |
color of lower part of the plot |
xlim |
limits of x-axis |
plot
guangchuang yu
1 2 3 4 | fas <- list.files(system.file("extdata", "GVariation", package="ggmsa"),
pattern="fas", full.names=TRUE)
x1 <- seqdiff(fas[1], reference=1)
plot(x1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.