Convert IQRtable (matrix) to data frame
as.data.frame.IQRtable.Rd
Convert IQRtable (matrix) to data frame
# S3 method for class 'IQRtable'
as.data.frame(x, row.names = NULL, optional = FALSE, ..., header = TRUE)
Arguments
- x
table.
- row.names
"NULL" or a character vector giving the row names for the data frame. Missing values are not allowed.
- optional
logical. If "TRUE", setting row names and converting column names (to syntactic names: see make.names) is optional.
- ...
other aguments passed to "as.data.frame.matrix()".
- header
logical indicating whether the first line should be used as header (default) or not.
Value
data.frame
See also
Other IQR Table:
IQRtable()
,
as_IQRtable()
,
cjoin_IQRtable()
,
composeByRule_IQRtable()
,
compose_IQRtable()