P.backcolor: Tao Te Programming illustrations

Description Usage Arguments Value Side effects References See Also Examples

Description

Functions to create the actual illustrations that appear in the book.

Usage

1
P.backcolor(filename = "backcolor.png")

Arguments

filename

either a character string for the name of the pdf or png file, or NULL to send the plot to the current graphics device.

Value

nothing useful.

Side effects

either a file is created or changed, or a plot is sent to the current graphics device.

The exception is P.template which merely has the form of a function of this sort.

References

http://www.burns-stat.com/documents/books/tao-te-programming/

See Also

bendplot, butterflies, chessboard, mountscene, polyhull, roads, treeColor.

Examples

1
2
3
4
5
6
7
P.backcolor(NULL)

# see all the specific plot functions
ls("package:TaoTeProgramming", pattern='^P')

# view a random plot
get(sample(ls("package:TaoTeProgramming", pattern='^P')))(NULL)

TaoTeProgramming documentation built on May 1, 2019, 6:47 p.m.