rep.ir | R Documentation |
rep.ir
is the replicate method for ir
objects.
Replicating and ir
object means to replicate its rows and bind these
together to a larger ir
object.
## S3 method for class 'ir' rep(x, ...)
x |
An object of class |
... |
See |
An object of class ir
with replicated spectra.
# replicate the sample data x <- rep(ir::ir_sample_data, times = 2) x <- rep(ir::ir_sample_data, each = 2) x <- rep(ir::ir_sample_data, length.out = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.