plot_velocity

plot_velocity(
  x,
  meta = NULL,
  color = NULL,
  grid = FALSE,
  arrow.color = "black",
  arrow.size = 0.2
)

Arguments

x

data.frame with velocity information.

meta

cell information.

color

column from meta to color cells.

grid

whether to plot vector field.

arrow.color

color for arrows.

arrow.size

size for arrows.