acf_plot_log_odba: Create ACF plots from log ODBA data

View source: R/exploring_lab_data_log_odba.R

acf_plot_log_odbaR Documentation

Create ACF plots from log ODBA data

Description

Creates image file containing an ACF plot for log ODBA.

Usage

acf_plot_log_odba(data, filename)

Arguments

data

A dataframe with column ODBA

filename

String containing the first part of filename for the image files to be created

Value

None

Examples

filename <- "Custom_Lady_27Mar17_dynamic.csv"
data <- read.csv(filename)
acf_plot_log_odba(data, "Lady_27Mar17_acf")

longjess/hornsharkHMM documentation built on June 15, 2022, 11:32 p.m.