pacf_plot_static: Create PACF plots from static data

View source: R/exploring_lab_data_static.R

pacf_plot_staticR Documentation

Create PACF plots from static data

Description

Creates an image file containing PACF plots for X_static, Y_static, Z_static.

Usage

pacf_plot_static(data, filename)

Arguments

data

A dataframe with columns X_static, Y_static, Z_static

filename

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

Value

None

Examples

filename <- "Custom_Lady_27Mar17_static.csv"
data <- read.csv(filename)
pacf_plot_static(data, "Lady_27Mar17_pacf")

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