vpr_ctdroisize_merge: Format CTD and Size data from VPR

View source: R/EC_functions.R

vpr_ctdroisize_mergeR Documentation

Format CTD and Size data from VPR

Description

Format CTD and Meas data frames into combined data frame for analysis and plotting of size data

Usage

vpr_ctdroisize_merge(data, data_mea, taxa_of_interest)

Arguments

data

VPR dataframe from vpr_ctdroi_merge, with calculated variable sigmaT

data_mea

VPR size data frame from vpr_autoid_read

taxa_of_interest

a list of taxa of interest to be included in output dataframe

Value

A dataframe containing VPR CTD and size data

Examples


data("ctd_roi_merge")
data("roimeas_dat_combine")
category_of_interest = 'Calanus'

ctd_roi_merge$time_hr <- ctd_roi_merge$time_ms /3.6e+06

size_df_f <- vpr_ctdroisize_merge(ctd_roi_merge, data_mea = roimeas_dat_combine,
 taxa_of_interest = category_of_interest)


vprr documentation built on July 12, 2022, 5:07 p.m.