ggplotSetTransitions: Set Transition Visualization in ggplot2

View source: R/ggplotSetTransitions.R

ggplotSetTransitionsR Documentation

Set Transition Visualization in ggplot2

Description

Set Transition Visualization in ggplot2

Usage

ggplotSetTransitions(
  design,
  less,
  node_size = c("reachability", "basin_size"),
  layout = NULL,
  check.data = TRUE
)

Arguments

design

[list]

less

[list]

node_size

⁠"reachability" || "basin_size⁠

layout

⁠NULL || "first_dimensions" || "stress⁠

check.data

[logical]
Should sanity checks be performed? The default is TRUE. Note that the checks should only be turned off (e.g., for a slight speed up), if you are sure that you provide the input data in the correct format.

Value

A [ggplot2::ggplot] object


kerschke/moPLOT documentation built on Aug. 23, 2023, 7:37 p.m.