Should be ?axis , not ?axes, apologies.
Erik Iverson wrote:
> Marcin -
>
> Those are warnings, not errors. You probably are looking for
>
> plot(xy, ann = FALSE, axes = FALSE)
>
> If you want a box drawn around the plot still, try
>
> plot(xy, ann = FALSE, axes = FALSE, frame.plot = TRUE)
>
>
Marcin -
Those are warnings, not errors. You probably are looking for
plot(xy, ann = FALSE, axes = FALSE)
If you want a box drawn around the plot still, try
plot(xy, ann = FALSE, axes = FALSE, frame.plot = TRUE)
see ?plot.default and ?axes for more options.
Best,
Erik Iverson
Marcin Kozak w
Hi,
Look here:
xy<-matrix(rnorm(100,100,10),50)
plot(xy,ann=F,labels=F)
Even though the error is reported, the "labels" do what I want them
to. Any reason for this?
Thanks,
Marcin
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/list
3 matches
Mail list logo