Control Variables {memuse}R Documentation

Control Variables for the memuse Package.

Description

A set of controls which provides (changeable) default values for many functions in this package.

Usage

.UNIT

.NAMES

.PREFIX

.PRECEDENCE

Format

An object of class character of length 1.

Details

Currently, there are 4 control data objects:

All values are case insensitive, in that the correct case will be determined for the user if the incorrect case is supplied. For example, if the user sets .PREFIX <- "si", then the correct case ("SI") will be determined as needed.

For a "human readable" explanation of what these values do, see the package vignette.

See Also

memuse-class Constructor

Examples

## Not run: 
mu(2000)
.PREFIX <- "SI"
mu(2000)

## End(Not run)


[Package memuse version 3.0-1 Index]