pacf_plot_dynamic: Create PACF plots from dynamic and ODBA data

View source: R/exploring_lab_data_dynamic.R

pacf_plot_dynamicR Documentation

Create PACF plots from dynamic and ODBA data

Description

Creates one image file containing PACF plots for X_dynamic, Y_dynamic, Z_dynamic, and another image file containing a PACF plot for ODBA

Usage

pacf_plot_dynamic(data, filename)

Arguments

data

A dataframe with columns X_dynamic, Y_dynamic, Z_dynamic, 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)
pacf_plot_dynamic(data, "Lady_27Mar17_pacf")

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