Re: [R] Data frame Q

2015-08-10 Thread PIKAL Petr
Ragia > Ibrahim > Sent: Monday, August 10, 2015 6:42 AM > To: r-help@r-project.org > Subject: [R] Data frame Q > > Dear Group, > Kindly, > I have the following > > Common_Friends <- > intersect(node_neighbours_i_out,node_neighbours_j_out) > class(Co

[R] Data frame Q

2015-08-09 Thread Ragia Ibrahim
Dear Group, Kindly, I have the following Common_Friends <- intersect(node_neighbours_i_out,node_neighbours_j_out) class(Common_Friends) print(Common_Friends) #4 = Common_Friends newline<-c(i, Common_Friends ) df<- rbind(df,newline) I created a data fra