Description Usage Arguments Value Examples
Given an object of class comorbidity
, and the file which contains the
codes.
1 2 | diagnosticUse(codesPth, input, barColor = "darkblue", cutOff = 0,
interactive = FALSE)
|
codesPth |
Determines the path where the file with the index diseases is located (indexDiseaseCode) |
input |
A comorbidity object, obtained applying query function. |
barColor |
Determines the bar color. By default |
cutOff |
By default |
verbose |
By default |
warnings |
By default |
A barplot with the diagnosis code uses.
1 2 3 4 5 6 | load(system.file("extdata", "comorbidity.RData", package="comoRbidity"))
diagnosticUse( codesPth = system.file("extdata", package="comoRbidity"),
input = comor_obj,
cutOff = 0.5,
barColor = "darkcyan"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.