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 |
string |
string or vector of strings |
digits |
integer indicating the number of decimal places
( |
Details
'generatePoint' and 'generateColor' are used to create point and color vector from specified number (n) and palette.
Functions
-
generateColor
: generate colors -
getEX
: get EX value -
getEM
: get EM value
[Package EEM version 1.1.1 Index]