plot_multi.table {packHV}R Documentation

Plot a multi cross table

Description

Plots a multi cross table on a graph

Usage

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

Arguments

data

the data frame in which we can find vars

vars

vector of character string of covariates

main

main title of the plot

Value

None

Author(s)

Hugo Varet

See Also

multi.table

Examples

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

[Package packHV version 2.2 Index]