Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.Interval

Coercion to R6 Interval


Description

Coerces object to an R6 Interval.

Usage

as.Interval(object)

## S3 method for class 'Set'
as.Interval(object)

## S3 method for class 'Interval'
as.Interval(object)

## S3 method for class 'list'
as.Interval(object)

## S3 method for class 'data.frame'
as.Interval(object)

## S3 method for class 'matrix'
as.Interval(object)

## S3 method for class 'numeric'
as.Interval(object)

## S3 method for class 'ConditionalSet'
as.Interval(object)

Arguments

object

object to coerce

Details

  • as.Interval.list/as.Interval.data.frame - Assumes the list/data.frame has named items/columns: lower, upper, type, class.

  • as.Interval.numeric - If the numeric vector is a continuous interval with no breaks then coerces to an Interval with: lower = min(object), upper = max(object), class = "integer". Ordering is ignored.

  • as.Interval.matrix - Tries coercion via as.Interval.numeric on the first column of the matrix.

  • as.Interval.Set - First tries coercion via as.Interval.numeric, if possible wraps result in a Set.

  • as.Interval.FuzzySet - Tries coercion via as.Interval.Set on the support of the FuzzySet.

See Also

Other coercions: as.FuzzySet(), as.Set()


set6

R6 Mathematical Sets Interface

v0.2.1
MIT + file LICENSE
Authors
Raphael Sonabend [aut, cre] (<https://orcid.org/0000-0001-9225-4654>), Franz Kiraly [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.