[R-SIG-Mac]Display of graphics
Jean-Pierre Gattuso
gattuso2@obs-vlfr.fr
Tue, 30 Jul 2002 18:39:02 +0200
Hi:
I am using R for MacOS X .5.1 and found a strange behavior. Nothing
happens when I run the following script using "source file":
dat = read.table(header=T,sep="\t",file="stylprg.dat")
attach(dat)
xyplot(g ~ day | nubbin)
detach(dat)
The prompt is back but no graphics is displayed. However, the xyplot
command work fine when I type it in the command line and a graphic is
displayed when the xyplot command is replaced by "plot(day,g)" in the
script.
Help would be appreciated!
Cheesr,
jp
--
____________________________________________________________________
Jean-Pierre Gattuso
Laboratoire d'Océanographie de Villefranche, UMR 7093 CNRS-UPMC
B. P. 28, F-06234 Villefranche-sur-mer Cedex - France
Voice: +33 (0)493763859 - Fax: +33 (0)493763834
<mailto:gattuso@obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso