Skip to content
Prev 325073 / 398503 Next

modify and append new rows to a data.frame using ddply

On 10-06-2013, at 11:49, Santiago Guallar <sguallar at yahoo.com> wrote:

            
Shouldn't the line

  ind <- c( FALSE, diff(df$dif) == 1 )

read

  ind <- c( FALSE, diff(df1$dif) == 1 )

Berend