plot.bingo: Plot bingo cards

View source: R/bingo.R

plot.bingoR Documentation

Plot bingo cards

Description

Plot bingo cards

Usage

## 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

bc <- bingo()
plot(bc)

craigalexander/DAS_Bingo documentation built on March 19, 2023, 10:14 p.m.