set inclusion
Check whether one set is included within another.
setincl( x, X )
x, X |
sets. |
TRUE
, if set x
is contained in set X
.
Christian W. Hoffmann <christian@echoffmann.ch>
setincl(2:3, 1:7) # TRUE # compare this to: grep( "15926",as.character(pi)) == 1 # TRUE
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.