OTURB1 | R Documentation |
50 cycle times (in s)of a piston gerated with pistonSimulation(seed=123)
.
Cycle times are rounded to 3 decimals.
data(OTURB1)
See pistonSimulation
data(OTURB1) REF <- round(pistonSimulation(seed=123)$seconds, 3) plot(OTURB1, type="b", lwd=6) lines(REF, col=2, lwd=2) sum(OTURB1 - REF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.