plot_descriptives | R Documentation |
plot_descriptives() is a Plot function that plots data. Specifically, this function implements an algorithm to plot descriptives. The function returns Plot (a plot).
plot_descriptives(
X_YouthvarsProfile,
what_1L_chr,
legend_1L_lgl = FALSE,
missing_1L_chr = "grey50",
palette_1L_chr = "lancet",
type_1L_chr = c("ggsci", "viridis"),
x_ready4show_correspondences = ready4show::ready4show_correspondences(),
y_label_1L_chr = "Count"
)
X_YouthvarsProfile |
PARAM_DESCRIPTION |
what_1L_chr |
What (a character vector of length one) |
legend_1L_lgl |
Legend (a logical vector of length one), Default: FALSE |
missing_1L_chr |
Missing (a character vector of length one), Default: 'grey50' |
palette_1L_chr |
Palette (a character vector of length one), Default: 'lancet' |
type_1L_chr |
Type (a character vector of length one), Default: c("ggsci", "viridis") |
x_ready4show_correspondences |
PARAM_DESCRIPTION, Default: ready4show::ready4show_correspondences() |
y_label_1L_chr |
Y label (a character vector of length one), Default: 'Count' |
Plot (a plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.