EEM-misc {EEM}R Documentation

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’).

Details

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

Functions


[Package EEM version 1.1.1 Index]