Displaying 1 result from an estimated 1 matches for "hifen".
Did you mean:
hien
2011 Jan 01
3
Plot symbols: How to plot (and save) a graphic symbols originating from a table
...b="",axes=FALSE,xlab="")
text(y=table1$ypos,x=2,table1$animal)
text(y=table1$ypos,x=4,table1$var1)
text(y=table1$ypos,x=8,table1$var2)
dev.off()
#My solution was to plot "<" or ">" instead of "<=" and ">="
# and then plot an hifen under the "<" or the ">" sign.
# This worked to fix both problems, but is hard to do and
# impossible to automate (or at least very difficult)
#Please, does anyone know a better approach?
#thanks in advance
Victor Faria Seabra, MD
vseabra at uol.com.br