View source: R/calc_rate.int.R
calc_rate.rep | R Documentation |
This is an internal function for calc_rate.int()
. Runs calc_rate
and replaces the $rep
column in $summary
with the rep
input.
calc_rate.rep(
x,
from = NULL,
to = NULL,
by = "time",
plot = TRUE,
rep = 1,
supp.mess = TRUE,
...
)
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? |
a calc_rate
object with summary$rep
filled in with appropriate
replicate number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.