interpolate_controller | R Documentation |
Interpolate controller recordings Interpolate the recordings registered in the controller data by adding new interpolated ones, one for each new timepoint in index The interpolation is done by carrying forward the last observation
interpolate_controller(controller_data, index)
controller_data |
data.frame with recordings of IDOC status at several timepoints, one timepoint per row. Wide format |
index |
data.frame with a column named t containing timepoints not available in controller_data (but contained within its min-max interval) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.