filledContourFig {GCDkit}R Documentation

Filled contours plot

Description

Generates a frequency plot on the basis of the most recently plotted Figaro template.

Usage

filledContourFig(xlab=sheet$demo$call$xlab,ylab=sheet$demo$call$ylab,
xlim=sheet$demo$call$xlim,ylim=sheet$demo$call$ylim,
annotate.fields=FALSE,...)

Arguments

xlab

character vector; label for the x axis

ylab

character vector; label for the y axis

xlim

limits for the x axis

ylim

limits for the y axis

annotate.fields

logical; should be the plotted fields labeled by their names?

...

additional plotting parameters

Details

This is a somewhat modified version of the R function 'filled.contour' that produces a frequency plot on the basis of a Figaro template and superimposes, if desired, selected data points.

filledContoursFig.png

First the user is prompted, how many intervals should be each of the axes split into. This corresponds to a density of grid, in which are the individual points classified into. Then a colour scheme (palette) can be chosen. Lastly, after the frequency plot is generated, selected analyses can be plotted ('overplot'). In the latter case, standard GCDkit routine is used to selectSamples.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'addContours' 'selectSubset' 'figaro'


[Package GCDkit version 4.0 Index]