Description Usage Arguments Examples
Create sensitivity plots of a few families to investigate different death rate scenarios
1 2 |
resList |
A list of families returned by |
col |
A vector of colors |
xMax |
The maximum of the x-axis |
markHalfPeak |
Whether to mark the time points with half-intensity |
famLegend |
Whether to create legend for families |
rLegend |
Text for the legend for families |
... |
Passed into |
1 2 3 4 5 6 | data(AetLTR)
copia3 <- subset(AetLTR, GroupID == 3 & !is.na(Chr))
copia9 <- subset(AetLTR, GroupID == 9 & !is.na(Chr))
res3 <- EstDynamics(copia3$Mismatch, copia3$UngapedLen)
res9 <- EstDynamics(copia9$Mismatch, copia9$UngapedLen)
SensitivityPlot(list(`Copia 3`=res3, `Copia 9`=res9))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.