Description Usage Arguments Value Examples
View source: R/AlignmentPlots.R
This method will plot 2 figures in a single plot space
1 | LeftRightPlot(plotLeft, plotRight, ldim = 2, rdim = 2)
|
plotLeft |
is the left-hand plot |
plotRight |
is the right-hand plot |
ldim |
relative scaling for left plot (2) |
rdim |
relative scaling for right plot (2) |
a ggplot2 object
1 2 3 4 5 6 7 | demoBam <- system.file("extdata",
"cas9_FAK76554.bam",
package = "nanopoRe")
bamSummary <- bamSummarise(demoBam, blockSize=1000L)
p1 <- plotAlignmentAccuracy()
p2 <- plotAlignmentIdentity()
LeftRightPlot(p1, p2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.