View source: R/exploring_lab_data_dynamic.R
line_plot_dynamic | R Documentation |
Creates one image file containing line plots for X_dynamic, Y_dynamic, Z_dynamic, and another image file containing a line plot for ODBA.
line_plot_dynamic(data, filename)
data |
A dataframe with columns Time, X_dynamic, Y_dynamic, Z_dynamic, ODBA |
filename |
String containing the first part of filename for the image files to be created |
None
filename <- "Custom_Lady_27Mar17_dynamic.csv" data <- read.csv(filename) line_plot_dynamic(data, "Lady_27Mar17_line_plot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.