plot.bingo: Plot bingo cards

Description Usage Arguments Value Note Examples

View source: R/bingo.R

Description

Plot bingo cards

Usage

1
2
3
## S3 method for class 'bingo'
plot(x, dir = ".", fontsize = 14,
  pdf_base = "bingo-", ...)

Arguments

x

a bingo object containing one or more bingo cards

dir

directory where you want to write files

fontsize

size of bingo square font

pdf_base

base of the sequential filenames for the printable bingo card files

...

not used

Value

Vector containing the filenames of all the generated cards (invisibly)

Note

Does not actually plot the cards to the graphics device

Examples

1
2
bc <- bingo()
plot(bc)

jennybc/bingo documentation built on Nov. 19, 2019, 3:06 p.m.