powered by
plot method for SeqDiff object
# S4 method for SeqDiff,ANY plot( x, width = 50, title = "auto", xlab = "Nucleotide Position", by = "bar", fill = "firebrick", colors = c(A = "#E495A5", C = "#ABB065", G = "#39BEB1", T = "#ACA4E2"), xlim = NULL )
SeqDiff object
bin width
plot title
xlab
one of 'bar' and 'area'
fill color of upper part of the plot
color of lower part of the plot
limits of x-axis
plot
# NOT RUN { fas <- list.files(system.file("extdata", "GVariation", package="ggmsa"), pattern="fas", full.names=TRUE) x1 <- seqdiff(fas[1], reference=1) plot(x1) # }
Run the code above in your browser using DataLab