labels: the labels for the polygons inside the map
locations: the locations for the polygons inside the map
nrow,ncol: integers giving the number of rows and columns to use when locations=NULL. By default, 'nrow==ncol', a square layout will be used.
key.loc: the location for the legend
key.labels: the labels in the legend
key.xpd: A logical value or NA. If FALSE, all plotting is clipped to the plot region, if TRUE, all plotting is clipped to the figure region, and if NA, all plotting is clipped to the device region.
flip.labels: logical indicating if the label locations should flip up and down from diagram to diagram.
factx: additive factor for the x-coordinate
facty: magnification for the influence of the x-coordinate on the y-coordinate
main, sub, xlab, ylab, xlim, ylim, col.stars,cex, lwd, lty, xpd, mar: graphical parameters and labels for the plot
axes: if FALSE, no axes will be drawn
frame.plot: if TRUE, a box will be made around the plot
add: if TRUE, it will be added to the plot
plot: nothing is plotted
...: further graphical parameters
Returns
No return value, creates a plot.
Details
Each polygon represents one row of the input x. For the variables the values are computed and then those values are connected with a polygon. The location of the polygons can be defined by the user.
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.