View source: R/exploring_lab_data_log_odba.R
acf_plot_log_odba | R Documentation |
Creates image file containing an ACF plot for log ODBA.
acf_plot_log_odba(data, filename)
data |
A dataframe with column 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) acf_plot_log_odba(data, "Lady_27Mar17_acf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.