每次将X列中的数字增加24时,将Y列中的数字增加1。

时间:2019-05-23 15:56:02

标签: r dataframe seq

我希望每X列再增加24时,Y列中的变量就增加1。我在下面的Y列中显示了要创建的输出。

const annot = annotationManager.importAnnotCommand(xfdf)[0]

1 个答案:

答案 0 :(得分:0)

答案是

floor(df$x/24) + 1