View source: R/graphics_plotConfusionMatrix.R
This functions return ggplot2 figure that visualise using pie charts what fraction of cells exposed to one dose exhibits responses in the range characteristic for other doses.
1 2 3 4 5 6 7 8 9 | plotHeterogeneityPieCharts(
model,
max.signal = NULL,
save.plot = FALSE,
title_ = "Cell-to-cel heterogeneity",
ylab_ = "dose",
xlab_ = "dose for which response is typical",
...
)
|
model |
FRAModel object return by FRA function |
max.signal |
maximal signal for which the cell-to-cell heterogeneity is plotted, default |
title_ |
character, specify title of plot, default |
ylab_ |
character, label of y axes, default |
xlab_ |
character, label of x axes, default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.