plot_descriptives: Plot descriptives

plot_descriptivesR Documentation

Plot descriptives

Description

plot_descriptives() is a Plot function that plots data. Specifically, this function implements an algorithm to plot descriptives. The function returns Plot (a plot).

Usage

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"
)

Arguments

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'

Value

Plot (a plot)


ready4-dev/youthvars documentation built on Nov. 15, 2024, 6:02 a.m.