Description Usage Arguments Details Value Examples
Operators
1 2 |
x |
A |
times |
A integer vector giving the (non-negative) number of times to repeat each row.
See help of |
... |
further arguments to be passed to or from other methods.
See help of |
Replicates rows of x, making times copies of each row.
Replicates Spectra, data, sp, time, endTime,
InvalidIdx slots. Resets the SelectedIdx slot.
A Spectra object
1 2 3 4 | sp=spc.example_spectra()
dim(sp)
sp2 = rep(sp, 5)
dim(sp2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.