This is an internal function for auto_rate.int()
. Runs auto_rate
and
replaces the $rep
column in $summary
with the rep
input. Also limits
number of results returned using n
.
auto_rate.rep(
x,
method = "linear",
width = NULL,
by = "row",
plot = TRUE,
rep = 1,
n = 1,
rep_row = NULL,
meas_row = NULL,
meas_endrow = NULL,
rep_data = NULL,
...
)
a auto_rate
object with summary$rep
filled in with appropriate
replicate number
df or inspect obj
auto_rate method
auto_rate width
auto_rate by
auto_rate plot
The replicate
number of results to return
start row of this rep in the larger dataset
start row of the measure phase in this rep
end row of the measure phase in this rep
df of the entire replicate. Used in plotting.
pass plot stuff