sampleDataset {GCDkit}R Documentation

Sample datasets

Description

Loads a recalculates one of the sample datasets stored as a *.CSV file.

Usage

sampleDataset(mineral = NULL)

Arguments

mineral

character; name of the dataset

Value

WR

numeric matrix: all numeric data

labels

data frame: all at least partly character fields; labels$Symbol contains plotting symbols and labels$Colour the plotting colours

The function prints a short summary about the attached data. It also loads and executes the Plugins, i.e. all the R code that is currently stored in the subdirectory '\Plugin'.

Author(s)

Vojtěch Janoušek, vojtech.janousek@geology.cz

See Also

accessVar

Examples

    sampleDataset("atacazo")
    print(WR)

[Package GCDkit version 6.2.0 Index]