hist_plot_log_odba: Create histogram from log ODBA data

View source: R/exploring_lab_data_log_odba.R

hist_plot_log_odbaR Documentation

Create histogram from log ODBA data

Description

Creates image file containing a histogram for log ODBA.

Usage

hist_plot_log_odba(data, filename)

Arguments

data

A dataframe with column 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)
hist_plot_log_odba(data, "Lady_27Mar17_histogram")

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