pressure_table: A function to make a table of the number of times a pressure...

Description Usage Arguments Examples

View source: R/functions.R

Description

This function to make a table of the number of times a pressure occurs in a set of columns.

Usage

1
pressure_table(pressures, parameter_columns)

Arguments

pressures

The name of the pressure to be counted

parameter_columns

The column(s) where the occurences of the pressure will be counted

Examples

1
pressure_table(c("saliity","temperature"),data[,22:32])

rooperc4/ForageFishLitReview documentation built on Feb. 21, 2022, 9:54 a.m.