water_groups: Water groups

Description Usage Arguments Value Author(s) Examples

View source: R/water_groups.R

Description

This function groups water by its temperature.

Usage

1
water_groups(temperature)

Arguments

temperature

water temperature in degree C, numeric variable

Value

water group based on the temperature

Author(s)

Shuhan Song

Examples

1
2
water_groups(temperature = c(-1, 0, 3, 25, 42, 77, 100, 103))
water_groups(temperature = water_temp$water_temp)

Shuhanstack/mypack documentation built on March 18, 2021, 2:37 p.m.