plot_screening_evaluation | R Documentation |
Helper
plot_screening_evaluation(
df,
variables,
var_order,
method_eval = "corr",
model_subset = NULL,
model_remove = NULL,
model_add = NULL,
pt_alpha = 0.9,
pt_color = "black",
pt_size = 1,
line_alpha = 0.9,
line_color = "blue",
line_size = 1,
display_se = FALSE,
display_eval = FALSE,
eval_p_min = 5e-05,
eval_pos_x = NULL,
eval_pos_y = NULL,
eval_text_sep = "\n",
eval_text_size = 1,
clr_model = "steelblue",
clr_segment = "tomato",
clr_variable = "forestgreen",
force_grid = FALSE,
nrow = NULL,
ncol = NULL,
make_pretty = FALSE,
verbose = TRUE
)
force_grid |
Logical value. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.