View source: R/functions_velocity.R
plot_velocity_centered | R Documentation |
plot_velocity_centered
plot_velocity_centered(velocity_dt, line_alpha = 0.5, line_size = 1)
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 |
plot of
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.