selectByDiagram {GCDkit}R Documentation

Selecting subset by diagram

Description

This function enables selecting samples that plot into certain field(s) of the given classification diagram.

Usage

selectByDiagram(diagram =  select.list(claslist[, "menu"]))

Arguments

diagram

one of the valid diagram names that appear in '.claslist()'

Details

The diagram can be chosen from a list (the default) or specified directly as an argument. Clicking onto a field toggles its inclusion/exclusion - the currently selected fields are cyan.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz & Vojtech Erban, vojtech.erban@geology.cz

See Also

'selectByLabel', 'selectSubset', 'selectAll' and 'classify'.

Examples

.claslist() # names of existing diagrams
selectByDiagram("TAS")

[Package GCDkit version 4.0 Index]