plot_model_summary: Plot a three panel summary: contributions, AUC and counts

View source: R/maxent.R

plot_model_summaryR Documentation

Plot a three panel summary: contributions, AUC and counts

Description

Plot a three panel summary: contributions, AUC and counts

Usage

plot_model_summary(
  x = read_model_summary(),
  version = "v0.000",
  fauc = NULL,
  model_name = "model",
  auc_legend = "topright",
  count_legend = "topleft"
)

Arguments

x

a tibble of summary data

version

character, the model verison identifier

fauc

tibble or NULL, if not NULL then include the FAUC in the middle panel

model_name

text, by default 'model' but can be anything you prefer

auc_legend

text, location for legend in middle AUC/FAUC plot

count_legend

text, location for legend in right hand counts plot

Value

nothing


BigelowLab/dismotools documentation built on Jan. 4, 2023, 11:24 a.m.