figRemove {GCDkit} | R Documentation |
An auxiliary function that serves for permanent removal of entries of certain type from the Figaro-compatible templates.
figRemove(what = "text", where = "sheet$demo$template")
what |
character; string to be sought in parameter names |
where |
template key |
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).
Modifies the Figaro template.
All the corresponding entries are deleted permanently and without any prior warning.
Colin M. Farrow, colinfarrow537@gmail.com
and Vojtech Janousek, vojtech.janousek@geology.cz
'gcdOptions'
'figaro
' 'options'
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