plot_pheno | R Documentation |
plot_pheno
plots the frequency of each unique symptom combinations in the sample in descending order
plot_pheno(data, frequency = "freq", n_phenotypes = 100, color = "grey26")
data |
a dataframe or matrix |
frequency |
column indicating symptom combination frequency, default = "freq" |
n_phenotypes |
The number of symptom combinations plotted, default = 100 |
color |
The color of the symptom combinations |
a plot
## Not run:
fig1 <- plot_pheno(data_frequency, frequency = "freq", n_phenotypes = 100, color = "grey26")
fig1
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.