categorical.data.frame {metaplot} | R Documentation |
Categorical Method for Data Frame
Description
Categorical method for 'data.frame'.
Usage
## S3 method for class 'data.frame'
categorical(
x,
...,
fun = metOption("categorical", "categorical_data_frame"),
verbose = metOption("verbose_categorical_data_frame", FALSE)
)
Arguments
x |
data.frame |
... |
other arguments |
fun |
function to draw the plot |
verbose |
generate messages describing process |
Value
character
See Also
Other categorical:
categorical_data_frame()
,
categorical_panel()
,
categorical()
,
panel_tile()
Other methods:
axislabel.data.frame()
,
boxplot.data.frame()
,
corsplom.data.frame()
,
densplot.data.frame()
,
metaplot.data.frame()
,
pack.data.frame()
,
plot.metaplot_gtable()
,
print.metaplot_gtable()
,
scatter.data.frame()
,
unpack.data.frame()
[Package metaplot version 0.8.4 Index]