Learn R Programming

geoSpectral (version 0.17.5)

spc.rbind,STIDF-method: Combine STIDF objects by Rows

Description

Take a STIDF objects and combine by rows

Usage

# S4 method for STIDF
spc.rbind(...)

Arguments

...

STIDF object

Examples

Run this code
# 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