Skip to contents

Plot quiver (cell-level velocity arrows)

Usage

plot_quiver(
  oracle,
  scale = 1,
  sample_frac = 0.3,
  arrow_color = "black",
  title = NULL
)

Arguments

oracle

Oracle object

scale

Arrow scale

sample_frac

Fraction of cells to show

arrow_color

Arrow color

title

Plot title

Value

ggplot object