filledContourFig {GCDkit} | R Documentation |
Generates a frequency plot on the basis of the most recently plotted Figaro template.
filledContourFig(xlab=sheet$demo$call$xlab,ylab=sheet$demo$call$ylab, xlim=sheet$demo$call$xlim,ylim=sheet$demo$call$ylim, annotate.fields=FALSE,...)
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 |
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.
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.
None.
Vojtech Janousek, vojtech.janousek@geology.cz
'addContours
' 'selectSubset
' 'figaro
'