figRemove {GCDkit}R Documentation

Setting Figaro parameters directly

Description

An auxiliary function that serves for permanent removal of entries of certain type from the Figaro-compatible templates.

Usage

figRemove(what = "text", where = "sheet$demo$template")

Arguments

what

character; string to be sought in parameter names

where

template key

Details

The function is invoked from the menu in its default form, when it switches off all texts on the current diagram.

This can be achieved also, prior to plotting, from the menu 'GCDkit|Options' by setting the checkbox 'Annotate fields on discrimination plots?', connected to the option plot.text. Alternatively, this option can be set directly from the command line (see Examples).

Value

Modifies the Figaro template.

Warning

All the corresponding entries are deleted permanently and without any prior warning.

Author(s)

Colin M. Farrow, c.farrow@compserv.gla.ac.uk

and Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'gcdOptions' 'figaro' 'options'

Examples

    getOption("plot.text")    # query the current value of the given option
    options("plot.text"=FALSE)  # from now on no textual labels will be shown on 
                              #  classification plots

[Package GCDkit version 3.00 Index]