groupsByDiagram {GCDkit} | R Documentation |
Grouping the data on a basis of selected classification diagram.
groupsByDiagram(fun = NULL, silent = TRUE)
fun |
character; name of the classification function available in the system. |
silent |
logical; should be echoed the information about classification each of the samples? |
groups |
character vector: the grouping information |
grouping |
set to -1. |
Vojtech Erban, erban@sopky.cz
Vojtěch Janoušek, vojtech.janousek@geology.cz
classify groupsByLabel groupsByCluster
AFM
,
PeceTaylor
,
Shand
,
NaAlK
,
TAS
,
Cox
,
TASMiddlemost
,
Jensen
,
Laroche
,
WinFloyd1
,
WinFloyd2
,
DebonPQ
,
DebonBA
,
Middlemost
,
QAPF
,
OConnor
Miyashiro
Hastie
Pearce1996
Villaseca
data(sazava) accessVar("sazava") groupsByDiagram("TASMiddlemostPlut") # Function called "TASMiddlemostPlut" groupsByDiagram("^TAS$") # Function called "TAS"