graph.info.functions: Reference information on graphics parameters, like colors,...

graph.info.functionsR Documentation

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

Value

No value returned

No value returned

No return

Examples

  Colors()
  lineType()
  plotChar()

RCPA3 documentation built on May 29, 2024, 12:19 p.m.