search for: u2642

Displaying 7 results from an estimated 7 matches for "u2642".

Did you mean: 2642
2013 Jul 01
1
Male and female signs as subscript in plot
Hello, I'd like to add labels to my plot that include a male or female symbol as subscript. I'm working in Windows Vista and R 3.0.0. I am able to add the male symbol to the plot as regular text (NOT as subscript), e.g. with: mtext("Male\u2642") This displays the word "Male" followed by the male symbol on the plot. But "\u2642" does not work when I try to put it as a subscript. For example, mtext(expression("Male"["\u2217"])) successfully adds an asterisk as a subscript after the word "M...
2009 Mar 28
7
unicode only works with a second one
...the desired \u2648 - why? See the examplecode (compare the orange with the skyblue): plot(c(-1,1),c(-4,-2),type="n") text(x=0,y=-3.0,labels="\u2648 \u3030",cex=2.3,col="skyblue") text(x=0,y=-3.2,labels="\u2648",cex=2.3,col="orange") zodiac=c("\u2642 \u2643 \u2644 \u2645 \u2646 \u2647 \u2648 \u2649 \u2650 \u2651 \u2652 \u2653") text(x=0,y=-3.5,labels=paste(zodiac,"\u3030"),cex=2.3,col="navy") I use R version 2.8.1 (2008-12-22) under MS Windows Vista. Thanks for help Thomas
2007 Oct 03
2
Windows OS, R and unicode
I'm trying to use the biological female and male signs in R2.5.1 under Windows XP. I can access and insert these symbols using word-processors. In general these should be available as \u2640 and \u2642 but I can't make them happen in R using (say) text(5,5, "\u2640") message "invalid \uxxxx sequence" I've replaced Arial with Arial unicode MS in Rdevga and I've tried various setlocale options with no success (the Murrell/Ripley examples (Rnews 6/2) do work of c...
2005 Oct 22
4
Male and female symbols?
Does anyone have an idea of how one might plot male and female symbols on a graph using R? Thanks! .................................................................. George W. Gilchrist Email #1: gwgilc at wm.edu Department of Biology, Box 8795 Email #2: kitesci at cox.net College of William & Mary Phone: (757) 221-7751 Williamsburg, VA
2013 Feb 08
2
add data symbol to axis label
Readers, Is it possible to add a data symbol (e.g. pch='21') to an axis label? The objective is to plot a graph with two (2) y-axes and the plotting character for data set 1 is added to the label of y1 axis (left); plot character for data set 2 is added to label of y2 (right) axis. Thanks. -- r2151
2008 May 29
1
boxplot with text and symbols on x
Hello R-user community! I am running R 2.7.0 on a Power Book (Tiger). (I am still R and statistics beginner) I did the following : pdf("InLnegthMaxHomogeneity.pdf") boxplot(inflorescence_length_Max~Sex, main="Bartletts Homogeneity for inflorescence length",data=FemMal_Sex) Homo<-bartlett.test(FemMal_Sex$inflorescence_length_Max,FemMal_Sex$Sex) text( 2, 500,
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...See the examplecode (compare the orange with the skyblue): > > plot(c(-1,1),c(-4,-2),type="n") > text(x=0,y=-3.0,labels="\u2648 \u3030",cex=2.3,col="skyblue") > text(x=0,y=-3.2,labels="\u2648",cex=2.3,col="orange") > zodiac=c("\u2642 \u2643 \u2644 \u2645 \u2646 \u2647 \u2648 \u2649 > \u2650 \u2651 \u2652 \u2653") > text(x=0,y=-3.5,labels=paste(zodiac,"\u3030"),cex=2.3,col="navy") > > I use R version 2.8.1 (2008-12-22) under MS Windows Vista. > Thanks for help > Thomas > > _____...