make_itm_resp_plts | R Documentation |
make_itm_resp_plts() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make item response plots. The function returns Composite (a plot).
make_itm_resp_plts(
data_tb,
col_nms_chr,
lbl_nms_chr,
plot_rows_cols_pair_int,
heights_int,
round_var_nm_1L_chr = "round",
y_label_1L_chr = "Percentage"
)
data_tb |
Data (a tibble) |
col_nms_chr |
Column names (a character vector) |
lbl_nms_chr |
Label names (a character vector) |
plot_rows_cols_pair_int |
Plot rows columns pair (an integer vector) |
heights_int |
Heights (an integer vector) |
round_var_nm_1L_chr |
Round variable name (a character vector of length one), Default: 'round' |
y_label_1L_chr |
Y label (a character vector of length one), Default: 'Percentage' |
Composite (a plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.