Description Usage Arguments Value Examples
View source: R/sexRatioHeatmap.R
Given the data frame obtained after apply the sexRatio
function, a
heatmap representing the sex ratio results is obtained.
1 2 | heatmapSexRatio(input, maleColor = "blue", femaleColor = "red",
verbose = FALSE, warnings = TRUE, interactive = FALSE)
|
input |
Data frame obtained after applying the |
maleColor |
Determines the heatmap color for those comorbidities that
are more likely in men than women. By default |
femaleColor |
Determines the heatmap color for those comorbidities that
are more likely in women than men. By default |
verbose |
By default |
warnings |
By default |
A dataframe with the sex ratio estimation is obtained
1 2 | load(system.file("extdata", "srEstimation.RData", package="comoRbidity"))
heatmapSexRatio( input = srEstimation )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.