outputs: Display output

show_outputR Documentation

Display output

Description

Displays some output such as a plot/

Usage

show_output(x, ...)

## Default S3 method:
show_output(x, type = c("multiplot", "yesno"), ...)

## S3 method for class 'data.frame'
show_output(
  x,
  index,
  type = c("both", "plot", "table"),
  use.regex = getOption("use.regex"),
  ...
)

Arguments

x

An object of class data.frame that has the data used in the analysis

...

Arguments passed on to plot_multopt.

type

Either "table" or "plot".

index

Integer vector representing indices for the column(s) of interest

use.regex

Logical.


BroVic/raampGBV documentation built on Oct. 7, 2022, 11:06 p.m.