$.InternalOptionValue {GlobalOptions}R Documentation

Get value of other options

Description

Get value of other options

Usage

## S3 method for class 'InternalOptionValue'
x$nm

Arguments

x

should always be .v

nm

name of the option

Details

.v$nm is basically a short version of .v(nm).

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

.v

Examples

# There is no example
NULL


[Package GlobalOptions version 0.1.2 Index]