View source: R/my_cross_plot.R
my_cross_plot | R Documentation |
Generate a plot converted from a contingency table.
my_cross_plot(
.data,
.x,
.y,
strata = NULL,
row_percent = TRUE,
text_size = 4,
p.value = FALSE
)
.data |
input a tibble or data.frame |
.x |
first variable which will be row names of the table |
.y |
second variable which will be columns of the table |
row_percent |
if |
text_size |
size of text |
p.value |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.