Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

testPch

Display Plotting Symbols or Octal Strings


Description

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

Usage

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

Arguments

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 TRUE, grid lines are plotted for visual aid.

newframe

logical: if TRUE reset the graph, otherwise overlay on top of the current graph.

octal

logical: if TRUE, show octal strings (backslash characters) used in text statements (e.g., "30\272C" = 30 degreesC).

...

additional arguments for functions points or text.

Author(s)

Rowan Haigh, Pacific Biological Station, Fisheries and Oceans Canada, Nanaimo BC

See Also

Examples

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)
})

PBSmodelling

GUI Tools Made Easy: Interact with Models and Explore Data

v2.68.8
GPL (>= 2)
Authors
Jon T. Schnute [aut], Alex Couture-Beil [aut], Rowan Haigh [aut, cre], Nicholas Boers [ctb], Anisa Egeli [ctb], A. R. Kronlund [ctb], Steve Martell [ctb], Norm Olsen [ctb]
Initial release
2019-03-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.