Description Usage Arguments Examples
View source: R/1.1_colorfunc_and_rules.R
Plot playing cards as textboxplots
1 2 | playing_cards_plot(title = "Plot Title", cards, x, y = 0.85,
x_limit = c(0, 10), cards_color = "white")
|
title |
The Title of your plot. Default = "Plot Title". |
cards |
Playing Cards that will be plotted as character. |
x |
list of vectors with min.and max. x-position of cards. |
y |
y position: location of the top of the card. |
x_limit |
set x scale limit. Default is c(0, 10). |
cards_color |
colors of playing cards, default is white. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.