View source: R/Visualizations_general.R
PlotHistDensOptima | R Documentation |
This function plots histogram+density and finds all optima from a df usually from FetchData() of Seurat.
PlotHistDensOptima(
dftemp,
Print = F,
col_vector = col_vector,
nn = NULL,
Title = ""
)
dftemp |
a dataframe with column var1 to be plotted. |
col_vector |
color vector. |
nn |
a color from color_vector. |
plot with ggplot tabulated bar plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.