el: lunes, 29 de abril de 2013 17:47
Para: De Castro Pascual, Montserrat
CC: r-help@r-project.org
Asunto: Re: [R] rbinding some elements from a list and obtain another list
On Apr 29, 2013, at 6:54 AM, De Castro Pascual, Montserrat wrote:
> Hi everybody,
>
>
>
> I have a list, wher
Wow! It's true!!!
Many thanks!!!
montserrat
-Mensaje original-
De: MacQueen, Don [mailto:macque...@llnl.gov]
Enviado el: lunes, 29 de abril de 2013 22:39
Para: De Castro Pascual, Montserrat; r-help@r-project.org
Asunto: Re: [R] rbinding some elements from a list and obtain another
BINGO!!!
Many thanks arun!
You are a genious!!!
montserrat
-Mensaje original-
De: arun [mailto:smartpink...@yahoo.com]
Enviado el: lunes, 29 de abril de 2013 18:33
Para: De Castro Pascual, Montserrat
CC: R help
Asunto: Re: [R] rbinding some elements from a list and obtain another list
In addition to the other responses, consider this:
> i <- 3
> i:i+1
[1] 4
> i:(i+1)
[1] 3 4
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
On 4/29/13 6:54 AM, "De Castro Pascual, Montserrat"
wrote:
>Hi everybody,
>
>
>
5 7 10 20 17
#D.3 6 19 3 13 1
#D.4 3 20 5 7 15
A.K.
- Original Message -
From: "De Castro Pascual, Montserrat"
To: r-help@r-project.org
Cc:
Sent: Monday, April 29, 2013 9:54 AM
Subject: [R] rbinding some elements from a list and obtain another list
Hi everybody,
On Apr 29, 2013, at 6:54 AM, De Castro Pascual, Montserrat wrote:
> Hi everybody,
>
>
>
> I have a list, where every element of this list is a data frame.
>
>
>
> An example:
>
>
>
> Mylist<-list(A=data.frame, B=data.frame, C=data.frame, D=data.frame)
I'm looking at this apparently malf
Hi everybody,
I have a list, where every element of this list is a data frame.
An example:
Mylist<-list(A=data.frame, B=data.frame, C=data.frame, D=data.frame)
I want to rbind some elements of this list.
As an example:
Output<-list(AB=data.frame, CD=data.frame)
Where
AB=rbind(A,
7 matches
Mail list logo