Skip to contents

Visualizes the predicted cell state changes as a quiver/arrow plot.

Usage

plot_simulation_flow(
  oracle,
  scale = 1,
  min_mass = 0.01,
  arrow_color = "black",
  arrow_alpha = 0.8,
  point_size = 0.3,
  point_alpha = 0.3,
  title = NULL
)

Arguments

oracle

Oracle object with simulation results

scale

Arrow scaling factor

min_mass

Minimum probability mass threshold

arrow_color

Arrow color (NULL for cluster colors)

arrow_alpha

Arrow transparency

point_size

Background point size

point_alpha

Background point transparency

title

Plot title

Value

ggplot object