plot_screening_evaluation: Helper

View source: R/plot_.R

plot_screening_evaluationR Documentation

Helper

Description

Helper

Usage

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
)

Arguments

force_grid

Logical value. If TRUE, facet_grid() is used regardless of variables being of length 1.


theMILOlab/SPATA2 documentation built on Feb. 8, 2025, 11:41 p.m.