Displaying 1 result from an estimated 1 matches for "tp4615861p4615925".
2012 May 07
3
Using expression() in plot() XXXX
Hello everyone,
I am trying to add the following text (in proper notation) to a
graphic using expression().
X-bar (with a subscript of cv) = XX.
Note: Ideally "cv" would be a subscript, but it doesn't have to be.
I have the following code:
> text(625,.012,expression(bar(X)cv = 552.01))
Error: unexpected symbol in "text(625,.012,expression(bar(X)cv"
I have also