plot_screening_evaluation: Helper

View source: R/plot_.R

plot_screening_evaluationR Documentation

Helper

Description

Helper

Usage

plot_screening_evaluation(
  df,
  variables,
  var_order,
  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_corr = FALSE,
  corr_p_min = 5e-05,
  corr_pos_x = NULL,
  corr_pos_y = NULL,
  corr_text_sep = "\n",
  corr_text_size = 1,
  force_grid = FALSE,
  nrow = NULL,
  ncol = NULL,
  verbose = TRUE
)

Arguments

force_grid

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


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.