get_static_mean_data: Get file of means of static data

View source: R/exploring_lab_data_means.R

get_static_mean_dataR Documentation

Get file of means of static data

Description

Means are taken every second (25 data points).

Usage

get_static_mean_data(old_filename, filename)

Arguments

old_filename

Name of csv file containing static data. Must have columns Time, X_static, Y_static, Z_static, Behavior, Prey.

filename

Name of new csv file containing means

Examples

old_filename <- "Custom_BigDaddy_3Apr17_static.csv"
filename <- "Mean_BigDaddy_3Apr17_static.csv"
get_static_mean_data(old_filename, filename)

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