Re: [R] A question on data frame

2016-08-24 Thread David Winsemius
> On Aug 24, 2016, at 11:48 AM, Christofer Bogaso > wrote: > > Hello again, > > Let say I have a data.frame which I call as reference data frame : > > Ref = data.frame(c("a", "d", "c", "e", "f", "x"), matrix(NA, 6, 5)) > colnames(Ref) = c("a1", "a2", "a3", "a4", "a5", "a6") > Ref > > Now I h

[R] A question on data frame

2016-08-24 Thread Christofer Bogaso
Hello again, Let say I have a data.frame which I call as reference data frame : Ref = data.frame(c("a", "d", "c", "e", "f", "x"), matrix(NA, 6, 5)) colnames(Ref) = c("a1", "a2", "a3", "a4", "a5", "a6") Ref Now I have another data.frame, which I call as value data frame : Value = data.frame(c("x