behavior_pairs_plot_dynamic: Create correlation plots of X_dynamic, Y_dynamic, and...

View source: R/exploring_lab_data_dynamic.R

behavior_pairs_plot_dynamicR Documentation

Create correlation plots of X_dynamic, Y_dynamic, and Z_dynamic, divided by behavior

Description

Creates several image plots of correlation plots, divided by behavior.

Usage

behavior_pairs_plot_dynamic(data, filename)

Arguments

data

A dataframe with columns Behavior, 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)
behavior_pairs_plot_dynamic(data, "Lady_27Mar17_dynamic")

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