[R] 'pch' plot symbol with more than one character

Gesmann, Markus Markus.Gesmann at lloyds.com
Mon Mar 14 11:46:29 CET 2005


This might do what you want:

> plot.new()
> plot.window(xlim=c(1,10), ylim=c(1,10))
> text(x=1:10, y=1:10, labels="Hallo")

Look at ?text

Regards

Markus


-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Luis Ridao Cruz
Sent: 14 March 2005 10:37
To: r-help at stat.math.ethz.ch
Subject: [R] 'pch' plot symbol with more than one character


R-help,

Argument 'pch' in 'plot' can only represent a single character.
Is it possible to represent, let's say, two instead?

Thanks in advance.

I'm running on Windows Xp

> version
         _              
platform i386-pc-mingw32
arch     i386           
os       mingw32        
system   i386, mingw32  
status                  
major    2              
minor    0.1            
year     2004           
month    11             
day      15             
language R

______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html

************LNSCNTMCS01***************************************************
The information in this E-Mail and in any attachments is CON...{{dropped}}




More information about the R-help mailing list