inst/ModuleExamples/ModualExamples01/Outlet_gas_M1.R

#------------------------------------------------------------------------------
#Example M1: Percent CO2 Outlet Gas
#------------------------------------------------------------------------------

# code for figure on page 1-36
plot(gasry.tsd, type="l")
abline(h=mean(gasry.tsd))
# -----------------------------------------------------------------------------------
# code for figure on page 1-37
show.acf(gasrx.tsd)
# -----------------------------------------------------------------------------------
# code for figure on page 1-38
acf(gasrx.tsd)
# -----------------------------------------------------------------------------------
# code for figure on page 1-39
iden(gasrx.tsd)
wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.