testPch {PBSmodelling}R Documentation

Display Plotting Symbols and Backslash Characters

Description

Display plotting symbols. User can specify particular ranges (increasing continuous integer) for pch.

Usage

testPch(pch=1:100, ncol=10, grid=TRUE, newframe=TRUE, bs=FALSE)

Arguments

pch symbol codes to view.
ncol number of columns in display (can only be 2, 5, or 10). Most sensibly this is set to 10.
grid logical: if TRUE, grid lines are plotted for visual aid.
newframe logical: if TRUE reset the graph, otherwise overlay on top of the current graph.
bs logical: if TRUE, show backslash characters used in text statements (e.g., 30\272C = 30degreesC).

Examples

testPch(123:255)
testPch(1:25,ncol=5)
testPch(41:277,bs=TRUE)

[Package PBSmodelling version 2.06 Index]