Description Usage Arguments Value Author(s) Examples
This function groups water by its temperature.
1 | water_groups(temperature)
|
temperature |
water temperature in degree C, numeric variable |
water group based on the temperature
Shuhan Song
1 2 | water_groups(temperature = c(-1, 0, 3, 25, 42, 77, 100, 103))
water_groups(temperature = water_temp$water_temp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.