[R] plot.table on R 1.9.1

2004-08-16 Thread Meinhard GMX
Hello! What is wrong on my system? I have downloaded today R 1.9.1 on my PC with Windows. plot.table isn't available in package base and neither in package graphics (as suggested after ?plot.table). Kind regards Meinhard Ploner [[alternative HTML version deleted]]

Re: [R] plot.table on R 1.9.1

2004-08-16 Thread Uwe Ligges
Meinhard GMX wrote: Hello! What is wrong on my system? I have downloaded today R 1.9.1 on my PC with Windows. plot.table isn't available in package base and neither in package graphics (as suggested after ?plot.table). No. plot.table() is in package graphics: graphics:::plot.table but hidden in

Re: [R] plot.table on R 1.9.1

2004-08-16 Thread Prof Brian Ripley
I don't see anything in ?plot.table about calling plot.table: the usage is stated as ## S3 method for class 'table': plot(x, type = h, ylim = c(0, max(x)), lwd = 2, xlab = NULL, ylab = NULL, frame.plot = is.num, ...) Perhaps you are trying to use it incorrectly? plot.table

Re: [R] plot.table on R 1.9.1

2004-08-16 Thread Kevin Wang
Hi, On Mon, 16 Aug 2004, Meinhard GMX wrote: Hello! What is wrong on my system? I have downloaded today R 1.9.1 on my PC with Windows. plot.table isn't available in package base and neither in package graphics (as suggested after ?plot.table). You should not use plot.table. Use plot(x)