Learn R Programming

RSurvey (version 0.7-9)

ChoosePch: Set Graphic Symbol

Description

A GUI for selecting a graphic symbol (pch).

Usage

ChoosePch(pch = NA, parent = NULL)

Arguments

pch
numeric or character; the initial selection of pch.
parent
tkwin; the GUI parent window.

Value

  • Returns a numeric or integer value based on a user selection.

See Also

points

Examples

Run this code
ChoosePch(pch = "+")

Run the code above in your browser using DataLab