powered by
STIDF
Take a STIDF objects and combine by rows
# S4 method for STIDF spc.rbind(...)
STIDF object
# NOT RUN { x <- spc.example_spectra() nrow(x) #[1] 26 x2 <- spc.rbind(as(x, "STIDF"),as(x, "STIDF")) nrow(x2) #[1] 52 # }
Run the code above in your browser using DataLab