[R] Generate the next column from previous column
Mkkl
m_tammeling at hotmail.com
Thu Jun 23 23:16:32 CEST 2011
Hi, I'm quite new to R and are stuck with the following problem.
Lets say I have a column consisting of a 1 and the rest zero's, called G0.
G0 <- c(1,rep(0,5))
Now what I would like to do is to generate G1 from G0, and G2 from G1 etc...
Just for the simplicity, let's say I need the first entry of the column to
be increased by 5 each time.
How could I do this?
Thanks already!
Kind regards,
Michael
--
View this message in context: http://r.789695.n4.nabble.com/Generate-the-next-column-from-previous-column-tp3621051p3621051.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list