View source: R/utility_functions.R
plot_pvalues | R Documentation |
To help manage the scale differences, outliers (log p < Q1 - 1.5*IQR) are omitted.
plot_pvalues(
x,
target,
x_axis_var = NULL,
color_var = NULL,
group_var = NULL,
palette = "Dark2",
by = c("Approach", "Embedding", "Clustering", "k"),
facetx = NULL,
facety = NULL,
limits = NULL
)
x |
|
target |
column name in |
x_axis_var |
column name in |
color_var |
column name in |
group_var |
column name in |
palette |
RColorBrewer palette name |
by |
column names in |
facetx |
column name in |
facety |
column name in |
limits |
y-axis limits |
ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.