Skip to contents

Visualise diagnostic summaries from an "ED" object. Internally calls the summary() method on an ED object.

Usage

# S3 method for class 'ED'
plot(
  x,
  type = c("summary", "box", "point"),
  alpha = 1,
  scales = c("fixed", "free", "free_x", "free_y"),
  nrow = NULL,
  ncol = NULL,
  theme = c("view", "save", "shiny"),
  x.angle = 90,
  ...
)

Arguments

x

An object of class "ED".

type

One of "summary", "box", or "point".

alpha

Numeric scalar. Default is 1.

scales

Facet scale argument.

nrow, ncol

Facet dimensions.

theme

Theme string.

x.angle

Numeric angle for x-axis tick labels. Default is 90 to prevent overlap of the from-to link labels.

...

Additional arguments passed to .switch_theme().

Value

A ggplot object.