summaryrefslogtreecommitdiff
path: root/man/sim.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/sim.Rd')
-rw-r--r--man/sim.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sim.Rd b/man/sim.Rd
index 9aa1d11..a40ba29 100644
--- a/man/sim.Rd
+++ b/man/sim.Rd
@@ -36,7 +36,7 @@ include support for MIMO systems.
u <- idinput(300,"rgs")
model <- idpoly(A=c(1,-1.5,0.7),B=c(0.8,-0.25),ioDelay=1,
noiseVar=0.1)
-y <- sim(model,u,addNoise=T)
+y <- sim(model,u,addNoise=TRUE)
}