groupsByDiagram {GCDkit}R Documentation

Groups by diagram

Description

Grouping the data on a basis of selected classification diagram.

Usage

    groupsByDiagram(fun = NULL, silent = TRUE)

Arguments

fun

character; name of the classification function available in the system.

silent

logical; should be echoed the information about classification each of the samples?

Value

groups

character vector: the grouping information

grouping

set to -1.

Author(s)

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

See Also

classify groupsByLabel groupsByCluster

AFM, PeceTaylor, Shand, NaAlK, TAS, Cox, TASMiddlemost, Jensen, Laroche, WinFloyd1, WinFloyd2, DebonPQ, DebonBA, Middlemost, QAPF, OConnor Miyashiro Hastie Pearce1996 Villaseca

Examples

    data(sazava)
    accessVar("sazava")

    groupsByDiagram("TASMiddlemostPlut") # Function called "TASMiddlemostPlut"
    groupsByDiagram("^TAS$") # Function called "TAS"

[Package GCDkit version 6.1 Index]