Learn R Programming

chess (version 1.0.1)

print.chess.pgn.GameNode: Print game node

Description

Print game node

Usage

# S3 method for chess.pgn.GameNode
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