Displaying 2 results from an estimated 2 matches for "normal1_2008".
2008 Apr 02
1
Trouble combining plotmath, bquote, expressions
...e of mymean from the
program. But I want to combine that result in a string along with
other results.
Can I combine to result like this
"Normal( mu = mymean , sigma = mystd)"
Where symbols mu and sigma are replaced with Greek and mymean and
mystd are drawn from program?
### Filename: Normal1_2008.R
### Paul Johnson March 31, 2008
### This code should be available somewhere in
http://pj.freefaculty.org. If it is not
### email me <pauljohn at ku.edu>
mymean <- 0
mystd <- 1.5
myx <- seq( mymean - 3*mystd, mymean+ 3*mystd, length.out=500)
myDensity <- dnorm(myx,mean=mymea...
2008 Dec 31
3
Plotmath with values?
I hope to use the plotmath facility to print titles that mix
math and values of R variables.
The help for "plotmath" has an example, which after repeated
reading, I find baffling. Likewise, I have read the help file
for "substitute" (wqhich seems to be needed) without ever
understanding what it does, other than being used in some magic
incantations.
I would like to do