Display Plotting Symbols or Octal Strings
Display plotting symbols or octal strings.
User can specify particular ranges (increasing continuous integer) for pch
.
testPch(pch=1:100, ncol=10, grid=TRUE, newframe=TRUE, octal=FALSE, ...)
pch |
symbol codes or octal string numbers. |
ncol |
number of columns in display (can only be 2, 5, or 10). Most sensibly this is set to 10. |
grid |
logical: if |
newframe |
logical: if |
octal |
logical: if |
... |
additional arguments for functions |
Rowan Haigh, Pacific Biological Station, Fisheries and Oceans Canada, Nanaimo BC
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) })
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.