r {spectralAnalysis} | R Documentation |
create a RangeToSubset-class
object from 2 elements or from a vector
Description
create a RangeToSubset-class
object from 2 elements or from a vector
Usage
r(x, y)
## S4 method for signature 'numeric,numeric'
r(x, y)
## S4 method for signature 'RangeToSubset,missing'
r(x, y)
Arguments
x |
numeric value or vector of numeric values |
y |
numeric value missing when x is a vector of values |
Value
[Package spectralAnalysis version 4.3.3 Index]