Skip to content
Prev 58755 / 398502 Next

no doubt a dumb question, but..

On Monday 08 November 2004 19:56, Dr. John R. Vokey wrote:
I have wondered this myself, but one reason may be that more than one data 
table can be loaded at a time.  Quite often data tables will use the same 
names for fields.  It would inconvenient for instance, if you had two tables 
loaded, say one for trees and one for melons with a field named "Girth", and 
tried a plot(Girth ~ Height) command.  So data() more or less accesses that 
table, and attach explicit identifies the table of interest.

JWDougherty