isSubset: isSubset Operator

Description Usage Arguments

Description

Operator for $isSubset methods. See Set$isSubset for full details. Operators can be used for:

Name Description Operator
Subset x is a subset of y x <= y
Proper Subset x is a proper subset of y x < y
Superset x is a superset of y x >= y
Proper Superset x is a proper superset of y x > y

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'Set'
x < y

## S3 method for class 'Set'
x <= y

## S3 method for class 'Set'
x > y

## S3 method for class 'Set'
x >= y

Arguments

x, y

Set


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