Re: [R] Naming elements of a list

2007-11-26 Thread Greg Snow
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Thomas L Jones, PhD > Sent: Thursday, November 22, 2007 1:16 AM > To: R-project help > Subject: [R] Naming elements of a list > > I have a numeric vector of lenth 1. I am trying to use it > inside a functi

Re: [R] Naming elements of a list

2007-11-22 Thread Richard . Cotton
Thomas, > I have a numeric vector of lenth 1. I am trying to use it inside > a function just by giving its name, rather than specifying it as > an argument to the function. I am aware that there is an attach > function which you need to call. The attach function will accept a > list. However, I do

Re: [R] Naming elements of a list

2007-11-22 Thread Bernardo Rangel Tura
On Thu, 2007-11-22 at 03:16 -0500, Thomas L Jones, PhD wrote: > I have a numeric vector of lenth 1. I am trying to use it inside > a function just by giving its name, rather than specifying it as > an argument to the function. I am aware that there is an attach > function which you need to call. T

[R] Naming elements of a list

2007-11-22 Thread Thomas L Jones, PhD
I have a numeric vector of lenth 1. I am trying to use it inside a function just by giving its name, rather than specifying it as an argument to the function. I am aware that there is an attach function which you need to call. The attach function will accept a list. However, I don't seem to be able