djmuseR wrote:
>
>
> Here's one way:
>
> plot(1~1,ylab=expression("Areas ("~mu*m^2~")"))
>
> The tildes incorporate space between the math and text elements; they're
> optional, but useful.
>
>
This worked, thanks!
Elizabeth
--
View this message in context:
http://r.789695.n4.nabble.
Duncan Murdoch-2 wrote:
>
>
> There is no plotmath function. "plotmath" is the name of the help
> topic; it describes how various other functions plot text that includes
> math.
>
>
> grDevices is a base package, so if you've got R, you've got it.
>
> Duncan Murdoch
>
>
ok thanks.
I
I get the same errors:
> plotmath(area~cell,main="Myofibril areas by cell",ylab=expression("Areas
> (mu*m^2)"),xlab="")
Error: could not find function "plotmath"
> install.packages("grDevices")
Warning in install.packages("grDevices") :
argument 'lib' is missing: using
'/home/elizabeth/R/i686-
3 matches
Mail list logo