Skip to content
Back to formatted view

Raw Message

Message-ID: <CAOeg=__RuY-m-WSv86tehHdi1S3e28eaUiRTq9_7YXDxatmEAg@mail.gmail.com>
Date: 2016-03-18T20:58:49Z
From: Cathy Lee Gierke
Subject: degree sign

I have searched and tried many things but cannot get anything to work.  I
just want to print out a degree sign after a the Orthophase number.

The following list of "xl" values are all ones I have tried.  Granted they
are not what I want, but I have tried them all, and none of them print out
a degree symbol...

#                   xl = expression(paste("Orthophase [", {
#                   }^o, "]"))
                  #xl<-~degree~C
                  #xl<-parse(text = ~degree)
                  #xl<-parse(text = paste(" ", "~degree", sep = ""))
                  #xl<-expression(~degree)
                  xl <- parse(text = paste(Orthophase[i,j], "*degree ~ S",
sep = ""))


                  printXlab<-paste("Orthophase    ",Orthophase[i,j],xl,"
  ")

plot(MyData$time.hour[plotData],newData[plotData],type="l", xaxt="n",
xlab=printXlab,.....


Cathy Lee Gierke

*"We are what we repeatedly do.  Excellence, then, is not an act, but a
habit." Aristotle*

	[[alternative HTML version deleted]]