behavior_pairs_plot_static: Create correlation plots of X_static, Y_static, and Z_static,...

View source: R/exploring_lab_data_static.R

behavior_pairs_plot_staticR Documentation

Create correlation plots of X_static, Y_static, and Z_static, divided by behavior

Description

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

Usage

behavior_pairs_plot_static(data, filename)

Arguments

data

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

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