[R] plot.table on R 1.9.1

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon Aug 16 11:53:34 CEST 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). 

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]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list