Displaying 2 results from an estimated 2 matches for "variable__".
Did you mean:
variable_1
1999 Jun 29
1
text-plotting math & regular mixed ?
Maybe embarassing, but I can't quickly find out how to do this:
Mix expression() text and regular text __in a variable__ for plotting:
I can easily do
plot(1,type="n",main=expression(paste("Plot of ", x ^ alpha, "; ", alpha==2.3)
However, if alpha is really just in a variable, I don't know what to do
alpha <- 2.3
ch.a <- format(alpha)
and now do the above but only use...
1999 Jun 29
1
text-plotting math & regular mixed ?
Maybe embarassing, but I can't quickly find out how to do this:
Mix expression() text and regular text __in a variable__ for plotting:
I can easily do
plot(1,type="n",main=expression(paste("Plot of ", x ^ alpha, "; ", alpha==2.3)
However, if alpha is really just in a variable, I don't know what to do
alpha <- 2.3
ch.a <- format(alpha)
and now do the above but only use...