Re: [R] request: To access a particular list

2008-06-27 Thread jim holtman
what does 'str(vr)' show as the structure of the list you are creating? On Fri, Jun 27, 2008 at 3:19 AM, Muhammad Azam <[EMAIL PROTECTED]> wrote: > Dear R community > I have a problem to access particular list. I have a code given below where > there is recursive process. It is not possible to ru

[R] request: To access a particular list

2008-06-27 Thread Muhammad Azam
Dear R community I have a problem to access particular list. I have a code given below where there is recursive process. It is not possible to run it because there are few other functions involved inside like sv, LN, RN etc. k=0; n=0; variable=c(); vr<-list() func <- function(data,testdata)