calc_rate.rep {respR} | R Documentation |
Function for calc_rate with replicate number in summary
Description
This is an internal function for calc_rate.int()
. Runs calc_rate
and replaces the $rep
column in $summary
with the rep
input.
Usage
calc_rate.rep(
x,
from = NULL,
to = NULL,
by = "time",
plot = TRUE,
rep = 1,
supp.mess = TRUE,
...
)
Arguments
x |
df or inspect obj |
from |
calc_rate from |
to |
calc_rate to |
by |
calc_rate by |
plot |
calc_rate plot |
rep |
The replicate |
supp.mess |
Suppress messages? |
Value
a calc_rate
object with summary$rep
filled in with appropriate
replicate number
[Package respR version 2.3.3 Index]