plot_velocity_centered: plot_velocity_centered

View source: R/functions_velocity.R

plot_velocity_centeredR Documentation

plot_velocity_centered

Description

plot_velocity_centered

Usage

plot_velocity_centered(velocity_dt, line_alpha = 0.5, line_size = 1)

Arguments

velocity_dt

data.table with angle and distance info.

line_alpha

numeric [0,1] alpha value of lines

line_size

numeric >0 size value of lines

Value

plot of

Examples

data("tsne_dt")
vel_dt = prep_velocity(tsne_dt, unique(tsne_dt$tall_var)[1], unique(tsne_dt$tall_var)[2])
plot_velocity_centered(vel_dt)

jrboyd/seqtsne documentation built on Nov. 5, 2022, 6:37 a.m.