Learn R Programming

mistat (version 2.0.4)

OTURB1: Cycle Times of a Piston from the Piston Simulator

Description

50 cycle times (in \(s\))of a piston gerated with pistonSimulation(seed=123). Cycle times are rounded to 3 decimals.

Usage

data(OTURB1)

Arguments

References

See pistonSimulation

Examples

Run this code
data(OTURB1)

REF <- round(pistonSimulation(seed=123)$seconds, 3)

plot(OTURB1, type="b", lwd=6)

lines(REF, col=2, lwd=2)

sum(OTURB1 - REF)

Run the code above in your browser using DataLab