survBubble | R Documentation |
Plots survival results from spicy.
survBubble(
result,
fdr = FALSE,
cutoff = 0.05,
colourGradient = c("#4575B4", "white", "#D73027"),
marksToPlot = NULL,
contextColours = NULL,
contextLabels = waiver()
)
result |
A spicyResults object that contains survival results. |
fdr |
TRUE if FDR correction is used. |
cutoff |
Significance threshold for circles in bubble plot. |
colourGradient |
A vector of colours, used to define the low, medium, and high values for the colour scale. |
marksToPlot |
Vector of marks to include in bubble plot. |
contextColours |
Used for |
contextLabels |
Used for |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.