as.IntervalList | R Documentation |
This function allows to coerce a single interval saved as an
IntervalData
object to a degenerated list of intervals composed only
of this interval and stored as an IntervalList
instance.
## S4 method for signature 'IntervalData' as.IntervalList(object)
object |
A single interval stored as an |
This function returns the interval coerced to a list of intervals
stored as an IntervalList
object.
José García-García garciagarjose@uniovi.es
Other coercion function is as.IntervalData()
.
## Convert a single interval into a list of intervals with a single interval ## In particular, degenerate interval list {[0, 1]} = {[1 -+ 1]} is defined. as.IntervalList(IntervalData(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.