mtp_pH_after_hours: calculate pH after x hours

Description Usage Arguments Value Examples

Description

calculate pH after x hours

Usage

1
mtp_pH_after_hours(mtp, x_out = NULL)

Arguments

mtp

A mtp object

x_out

the hours in which to evaluate pH

Value

Returns a data frame

Examples

1
2
3
4
pHhrs <- df_mtp$mtp[[1]]
mtp_pH_after_hours(pHhrs) # error
mtp_pH_after_hours(smooth_mtp(pHhrs))
mtp_pH_after_hours(smooth_mtp(pHhrs),x_out = c(1,6,12))

JannikVindeloev/RAPr documentation built on May 7, 2019, 10:21 a.m.