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

Description Usage Arguments Examples

Description

Take a STIDF objects and combine by rows

Usage

1
2
## S4 method for signature 'STIDF'
spc.rbind(...)

Arguments

...

STIDF object

Examples

1
2
3
4
x <- spc.example_spectra()
nrow(x)  #[1] 26
x2 <- spc.rbind(as(x, "STIDF"),as(x, "STIDF"))
nrow(x2)  #[1] 52

PranaGeo/geoSpectral documentation built on Feb. 21, 2020, 10:22 a.m.