Displaying 1 result from an estimated 1 matches for "mystd".
Did you mean:
myst
2008 Apr 02
1
Trouble combining plotmath, bquote, expressions
I'm using R-2.6.2 on Fedora Linux 9.
I've been experimenting with plotmath.
I wish it were easier to combine expressions in plotmath with values
from the R program itself. There are two parameters in the following
example, the mean "mymean" and standard deviation "mystd". I am able
to use bquote to write elements into the graph title like
mu = mymean
and R will plot the symbol "mu" and the value 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...