Prepare a worrrd object for printing

printable(x, filename = "plot.pdf")

Arguments

x

ggplot object

filename

name of file

Value

filename of pdf puzzle

Examples

if (FALSE) {
words <- c("dog", "cat", "horse", "frog", "cow", "fox")
ex1 <- wordsearch(words, r = 10, c = 10)
my_puzzle <- plot(ex1, solution = FALSE)
printable(my_puzzle, "my_wordsearch.pdf")
}