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 the Namespace. It is a method of the generic plot(). For regular use please call plot() instead of plot.table().

Uwe Ligges



Kind regards
Meinhard Ploner

        [[alternative HTML version deleted]]

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

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

Reply via email to