type: "percentile" for percentile legend, "boxplot" for boxplot legend
qutiles: considered quantiles if type="percentile" is used
q: if not NULL, provide manually data points where to break
symbtype: type of symbols to be used; "EDA", "EDAacc", "EDAacc2", "EDAext", "GSC" or "arbit"
symbmagn: magnification factor for symbols
leg.position: position of the legend, either character like "topright" or coordinates
leg.title: title for legend
leg.title.cex: cex for legend
leg.round: round legend to specified digits "pretty"
leg.wid: width (space in numbers) for legend
leg.just: how to justify the legend
cex.scale: cex for text "log-scale" and for boxplot legend - only for type="boxplot"
xf: x-distance from boxplot to number for legend
logscale: if TRUE a log scale is used (for boxplot scale) and the log-boxplot is computed
accentuate: if TRUE, accentuated symbols are used (here only EDA accentuated!)
Returns
No return value, creates a plot.
Details
It is possible to choose between different methods for calculating the range of the values for the different symbols.
If type="percentile" the pre-determined quantiles of the data are computed and are used to plot the symbols. If type="boxplot" a boxplot is computed and the values were taken to group the values fot the plot and the legend. In the case that a log scale is used the function boxplotlog is used instead of boxplot.
References
C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical Data Analysis Explained. Applied Environmental Statistics with R. John Wiley and Sons, Chichester, 2008.