View source: R/exploring_lab_data_means.R
get_static_mean_data | R Documentation |
Means are taken every second (25 data points).
get_static_mean_data(old_filename, filename)
old_filename |
Name of csv file containing static data. Must have columns Time, X_static, Y_static, Z_static, Behavior, Prey. |
filename |
Name of new csv file containing means |
old_filename <- "Custom_BigDaddy_3Apr17_static.csv" filename <- "Mean_BigDaddy_3Apr17_static.csv" get_static_mean_data(old_filename, filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.