View source: R/kin.visualization.R
kin.plot.velocity | R Documentation |
Plot velocity profile
kin.plot.velocity(data, time_col, velocity_col, title = "Velocity Profile")
data |
Data frame containing velocity data |
time_col |
Column name for time |
velocity_col |
Column name for velocity |
title |
Plot title |
A line plot using ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.