as.Interval: Coercion to R6 'Interval'

Description Usage Arguments Details See Also

View source: R/asInterval.R

Description

Coerces object to an R6 Interval.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

See Also

Interval

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


set6 documentation built on Oct. 18, 2021, 5:06 p.m.