categorical.data.frame: Categorical Method for Data Frame

View source: R/categorical.R

categorical.data.frameR 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()


bergsmat/metaplot documentation built on Feb. 21, 2024, 1:18 p.m.