Learn R Programming

RCPA3 (version 1.3.1)

graph.info.functions: Reference information on graphics parameters, like colors, line types, plotting characters

Description

Students can use these functions as quick references on some of R's plotting options.

The Colors function produces plot of colors available in R. Colored cells labels with numeric value that corresponds to that color. No values supplied to function.

The lineType function displays line types for R plots. No values supplied to function.

The plotChar function displays plotting characters available in R. No values supplied to function.

Usage

Colors()

lineType()

plotChar()

Arguments

Value

No value returned

No value returned

No return

Examples

Run this code
  Colors()
  lineType()
  plotChar()

Run the code above in your browser using DataLab