View source: R/plot_one_seating_plan.R
plot_one_seating_plan | R Documentation |
Plot the seating plan for a given table
plot_one_seating_plan( .data, id_table, font_family_table = "Times", font_family_guests = "Times" )
.data |
Tibble. |
id_table |
Integer. |
font_family_table |
Character. |
font_family_guests |
Character. |
A ggplot2 object.
data(data_guests_table_example) data_guests_table_example %>% plot_one_seating_plan(id_table = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.