Displaying 1 result from an estimated 1 matches for "tp15336933p15336933".
2008 Feb 07
1
How do you refer to the row above in a data frame ?
You have a two-dimensional data frame.
Columns is easy, say
col4 <- col3 - col2
How do you do
row3 <- row2 +1
for example.
--
View this message in context: http://www.nabble.com/How-do-you-refer-to-the-row-above-in-a-data-frame---tp15336933p15336933.html
Sent from the R help mailing list archive at Nabble.com.