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 IQRtable as_IQRtable(x) # S3 method for matrix as_IQRtable(x) # S3 method for data.frame as_IQRtable(x) # S3 method for character as_IQRtable(x) # S3 method for numeric as_IQRtable(x) is_IQRtable(x)
Arguments
x | an R object |
---|
See also
Other IQR Table:
IQRtable()
,
as.data.frame.IQRtable()
,
cjoin_IQRtable()
,
composeByRule_IQRtable()
,
compose_IQRtable()