Learn R Programming

hyperSpec (version 0.98-20140523)

hy.getOptions: Options for package hyperSpec Functions to access and set hyperSpec's options.

Description

Currently, the following options are defined: llll{ Name Default Value (range) Description tab Used by debuglevel tab 0 (1L 2L) tab amount of debugging information produced spc.identify map.identify gc tab FALSE tab triggers frequent calling of gc () tab read.ENVI, new ("hyperSpec") log tab FALSE tab automatically create entries tab logbook }

Usage

hy.getOptions(...)

hy.getOption(name)

hy.setOptions(...)

Arguments

...
hy.setOptions: pairs of argument names and values.

hy.getOptions: indices (or names) of the options.

name
the name of the option

Value

  • ll{ hy.getOptions returns a list of all options hy.setOptions invisibly returns a list with the options hy.getOption returns the value of the requested option }

Details

hy.setOptions will discard any values that were given without a name.

Examples

Run this code
hy.getOptions ()

Run the code above in your browser using DataLab