RSurvey (version 0.9.3)

ChoosePch: GUI: Plotting Symbol Picker

Description

A graphical user interface (GUI) for selecting a plotting symbol to use.

Usage

ChoosePch(pch = NA, parent = NULL)

Arguments

pch

numeric or character. Initial plotting symbol

parent

tkwin. GUI parent window

Value

Returns an object of class numeric or integer, specifying the selected plotting symbol.

See Also

points

Examples

Run this code
# NOT RUN {
  ChoosePch(pch = "+")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab