Learn R Programming

chess (version 1.0.1)

print.chess.pgn.Variations: Print a list of variations

Description

Print a list of variations

Usage

# S3 method for chess.pgn.Variations
print(x, unicode = FALSE, invert_color = FALSE, empty_square = ".", ...)

Arguments

x

A game node

unicode

Use unicode characters?

invert_color

Invert piece color? Useful for white text on dark background

empty_square

Character used for empty square

...

Not used