IQRtables
as_IQRtable.Rd"as_IQRtable" creates IQRtable object from various input. "is_IQRtable" tests if the argument is an IQRtable.
as_IQRtable(x)
# S3 method for class 'IQRtable'
as_IQRtable(x)
# S3 method for class 'matrix'
as_IQRtable(x)
# S3 method for class 'data.frame'
as_IQRtable(x)
# S3 method for class 'character'
as_IQRtable(x)
# S3 method for class 'numeric'
as_IQRtable(x)
is_IQRtable(x)See also
Other IQR Table:
IQRtable(),
as.data.frame.IQRtable(),
cjoin_IQRtable(),
composeByRule_IQRtable(),
compose_IQRtable()
