[R] Superscript or subscript on Left hand side of symbol

partha_bagchi@hgsi.com partha_bagchi at hgsi.com
Tue Dec 14 14:05:25 CET 1999


Thanks for the answer Paul. For some reason (probably something I did) this
did not work for me before.



                                                                                                          
                    "Paul Murrell"                                                                        
                    <paul at stat.auckl        To:     <partha_bagchi at hgsi.com>, <r-help at stat.math.ethz.ch>  
                    and.ac.nz>              cc:                                                           
                                            Subject:     Re: [R] Superscript or subscript on Left hand    
                    12/14/99 06:40          side of symbol                                                
                    AM                                                                                    
                                                                                                          
                                                                                                          




hi


----- Original Message -----
From: <partha_bagchi at hgsi.com>
To: <r-help at stat.math.ethz.ch>
Sent: Tuesday, December 14, 1999 9:57 AM
Subject: [R] Superscript or subscript on Left hand side of symbol


> Is there a way to get subscripts and superscripts on the left hand side
of
> a symbol? For example, oC or oF (degree Celsius or Fahrenheit)

try one of the following ...

text(6,3, expression({}^o*F))
text(5,3, expression(paste({}^o,F)))

paul





-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list