>>>>> "richard" == richard kittler <[EMAIL PROTECTED]>
>>>>> on Tue, 8 Jun 2004 09:19:51 -0700 writes:
richard> I need to make plots similar to those produced by
richard> the s-plus rayplot function but can't seem to find
richard> it in R. These 'vector maps' plot a ray or vector
richard> at each specified location. Is there something
richard> similar in R ? --Rich
Do
?stars
?symbols
help further?
Also, maybe,
par(ask = TRUE)
example(stars)
Regards,
Martin Maechler
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html