new_iv | R Documentation |
new_iv()
is a developer focused function for creating a new interval
vector. It does minimal checks on the inputs, for performance.
new_iv(start, end, ..., class = character())
start, end |
A pair of vectors to represent the bounds of the intervals. To be a valid interval vector, |
... |
Additional named attributes to attach to the result. |
class |
The name of the subclass to create. |
A new iv object.
new_iv(1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.