Skip to content
Back to formatted view

Raw Message

Message-ID: <4817319E-3203-11D9-A057-000A95CDE4AC@uleth.ca>
Date: 2004-11-09T03:56:05Z
From: Dr. John R. Vokey
Subject: no doubt a dumb question, but..

Yes, I am a newbie at R, but it is not the complex commands in R that 
have me baffled, but simple data commands.  For example, why does 
something like:

 > plot(Girth ~ Height)

*not* work after a command that allegedly loads the data:

 > data(trees)

with the error message:

Error in eval(expr, envir, enclos) : Object "Girth" not found

but does work after the command:

 > attach(trees)

?

- JRV
--
There are 10 kinds of people:  those who understand binary, and those 
who don't