Displaying 1 result from an estimated 1 matches for "expnegx2".
2009 Mar 02
2
Fwd: Converting R to Sweave (Rnw)
...################################################
### chunk number 1: a
###################################################
x <- 10
###################################################
### chunk number 2:
###################################################
asequence<- seq(from=0,to=5,by=0.1)
expnegx2 <- exp(-asequence^2)
plot(asequence,expnegx2,type="l",ylab=expression(exp(-z^2)),xlab="z")
###################################################
### chunk number 3: Normal1
###################################################
mu <- 3
sigma <- 5
--
Rainer M. Krug, PhD (...