.plot_univariate_importance | R Documentation |
Internal plotting function for univariate plots
.plot_univariate_importance(
x,
color_by,
facet_by,
facet_wrap_cols,
ggtheme,
show_cluster,
discrete_palette,
gradient_palette,
x_label,
y_label,
legend_label,
plot_title,
plot_sub_title,
caption,
x_range,
x_breaks,
significance_level_shown
)
color_by |
(optional) Variables used to determine fill colour of plot
objects. The variables cannot overlap with those provided to the |
facet_by |
(optional) Variables used to determine how and if facets of
each figure appear. In case the |
facet_wrap_cols |
(optional) Number of columns to generate when facet wrapping. If NULL, a facet grid is produced instead. |
ggtheme |
(optional) |
show_cluster |
(optional) Show which features were clustered together. |
discrete_palette |
(optional) Palette used to fill the bars in case a
non-singular variable was provided to the |
gradient_palette |
(optional) Palette to use for filling the bars in
case the |
x_label |
(optional) Label to provide to the x-axis. If NULL, no label is shown. |
y_label |
(optional) Label to provide to the y-axis. If NULL, no label is shown. |
legend_label |
(optional) Label to provide to the legend. If NULL, the legend will not have a name. |
plot_title |
(optional) Label to provide as figure title. If NULL, no title is shown. |
plot_sub_title |
(optional) Label to provide as figure subtitle. If NULL, no subtitle is shown. |
caption |
(optional) Label to provide as figure caption. If NULL, no caption is shown. |
x_range |
(optional) Value range for the x-axis. |
x_breaks |
(optional) Break points on the x-axis of the plot. |
significance_level_shown |
Position(s) to draw vertical lines indicating a significance level, e.g. 0.05. Can be NULL to not draw anything. |
ggplot plot object.
plot_univariate_importance
for the user interface.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.