create_volume_table: Create a tibble of volumes that can be used to calculate...

View source: R/grid.R

create_volume_tableR Documentation

Create a tibble of volumes that can be used to calculate SeaFlow abundances

Description

Create a tibble of volumes that can be used to calculate SeaFlow abundances

Usage

create_volume_table(meta, time_expr = "1 hour", median_opp_evt_ratio = NULL)

Arguments

meta

Metadata dataframe created by create_meta()

time_expr

Time expression passed to lubridate::floor_date to group datetimes before calculating volumes. If NULL volumes are returned at their original time resolution.

median_opp_evt_ratio

Fixed ratio to use.

Value

A tibble of sample and virtual core volumes.


armbrustlab/popcycle documentation built on June 17, 2024, 1:15 a.m.