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)

Vojtěch Janoušek, vojtech.janousek@geology.cz & Vojtěch Erban, erban@sopky.cz

See Also

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

Examples

    data(atacazo)
    accessVar("atacazo")
    
    .claslist() # names of available diagrams
    ## Not run: 
        selectByDiagram()
        
        selectByDiagram("TAS")
    
## End(Not run)

[Package GCDkit version 6.1 Index]