powered by
Display plotting symbols or octal strings. User can specify particular ranges (increasing continuous integer) for pch.
pch
testPch(pch=1:100, ncol=10, grid=TRUE, newframe=TRUE, octal=FALSE, ...)
symbol codes or octal string numbers.
number of columns in display (can only be 2, 5, or 10). Most sensibly this is set to 10.
logical: if TRUE, grid lines are plotted for visual aid.
TRUE
logical: if TRUE reset the graph, otherwise overlay on top of the current graph.
logical: if TRUE, show octal strings (backslash characters) used in text statements (e.g., "30\272C" = 30\(^\circ\)C).
"30\272C"
additional arguments for functions points or text.
points
text
testLty, testLwd, addLabel
testLty
testLwd
addLabel
# NOT RUN { local(envir=.PBSmodEnv,expr={ testPch(123:255) }) local(envir=.PBSmodEnv,expr={ testPch(1:25,ncol=5) }) local(envir=.PBSmodEnv,expr={ testPch(41:277,octal=TRUE) }) # }
Run the code above in your browser using DataLab