prof: Compute temperature profile from TDR recordings

Description Usage Arguments Examples

Description

Compute temperature profile from TDR recordings

Usage

1
prof(x, y = NULL, by = 5, na.rm = FALSE)

Arguments

x

the x variable.

y

The y variable.

by

To specify how to bin the x data.

na.rm

Should the NAs be removed from the output ?

Examples

1
2
3
data(exses)
temp_profiles <- tdrply(prof, c("depth", "temp"), by = 10, obj = exses)
plot(temp_profiles[["!_/#33"]], type = 'b')

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.