Learn R Programming

packHV (version 2.4)

plot_multi.table: Plot a multi cross table

Description

Plots a multi cross table on a graph

Usage

plot_multi.table(data, vars, main = "")

Value

None

Arguments

data

the data frame in which we can find vars

vars

vector of character string of covariates

main

main title of the plot

Author

Hugo Varet

See Also

multi.table

Examples

Run this code
plot_multi.table(cgd,c("treat","sex","inherit"))

Run the code above in your browser using DataLab