reexports {seqcombo}R Documentation

Objects exported from other packages

Description

These objects are imported from other packages. Follow the links below to see their documentation.

cowplot

plot_grid

Examples

fas <- list.files(system.file("examples","GVariation", package="seqcombo"),
                 pattern="fas", full.names=TRUE)
x <- lapply(fas, seqdiff)
plts <- lapply(x, plot)
plot_grid(plotlist=plts, ncol=1, labels=LETTERS[1:3])

[Package seqcombo version 1.2.0 Index]