pir_plots: Plot the output of pir_runs.

View source: R/pir_plots.R

pir_plotsR Documentation

Plot the output of pir_runs.

Description

Plot the output of pir_runs.

Usage

pir_plots(pir_outs, check_input = TRUE, verbose = FALSE)

Arguments

pir_outs

the output of pir_runs

check_input

boolean to indicate if the input is checked. If set to TRUE, input is checked, resulting in a proper error message. Else, input is left unchecked, possibly resulting in unhelpful error messages.

verbose

if TRUE, show more output

Value

a ggplot2 plot

Author(s)

Richèl J.C. Bilderbeek

Examples


# Create fake pir_run output
pir_outs <- list()
pir_outs[[1]] <- create_test_pir_run_output(
  add_twin = TRUE,
  add_best = TRUE
)
pir_outs[[2]] <- pir_outs[[1]]

# Plot the (fake) output
pir_plots(pir_outs)

richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.