Skip to content
Prev 170835 / 398513 Next

rbind: number of columns of result is not a multiple of vector length (arg 1)

try using:

data.info <- rbind(data.info, cbind(station.id, year, date, max.discharge))
On Tue, Feb 17, 2009 at 9:26 PM, CJ Rubio <cjrubio at kongju.ac.kr> wrote: