Learn R Programming

metaplot (version 0.7.1)

categorical.data.frame: Categorical Method for Data Frame

Description

Categorical method for 'data.frame'.

Usage

# S3 method for data.frame
categorical(x, ...,
  fun = getOption("metaplot_categorical", "categorical_data_frame"),
  verbose = metOption("metaplot_verbose_categorical", 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