Learn R Programming

EEM (version 1.1.1)

EEM-misc: Internal functions for EEM package

Description

Internal functions for EEM package

Usage

generatePoint(n, pch = NULL)
generateColor(n, color.palette = NULL)
getEX(string, digits = NULL)
getEM(string, digits = NULL)

Arguments

n
number
pch
Either an integer specifying a symbol or a single character to be used as the default in plotting points.
color.palette
(optional) contour color palette. See palette for more details
string
string or vector of strings
digits
integer indicating the number of decimal places (round) or significant digits (signif) to be used. Negative values are allowed (see ‘Details’).

Functions

  • generateColor: generate colors
  • getEX: get EX value
  • getEM: get EM value

Details

`generatePoint` and `generateColor` are used to create point and color vector from specified number (n) and palette.