testPch {PBSmodelling}R Documentation

Display Plotting Symbols

Description

Allows the user to specify particular ranges (increasing continuous integer) for pch.

Usage

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

Arguments

pch symboles to view
ncol number of columns (can only be 2, 5, or 10). Most sensibly this is set to 10.
grid if T, grid is plotted for visual aid
newframe if T,reset the graph, otherwise overlay on top of the current graph
bs if T, shows backslash characters used in text statements. (e.g. 30\272C = 30°C)

Examples

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

[Package PBSmodelling version 0.60 Index]