senso.corcircle {SensoMineR}R Documentation

Plot of the factorial maps of a correlation circle

Description

Performs the scatter diagram of a correlation circle.

Usage

senso.corcircle(dfxy, xax = 1, yax = 2, label = row.names(df), 
    clabel = 1, grid = TRUE, sub = "", csub = 1, 
    possub = "bottomleft", cgrid = 0, fullcircle = TRUE, 
    box = FALSE, add.plot = FALSE, col = "black", lty = 1)

Arguments

dfxy a data frame with two coordinates
xax the column number for the x-axis
yax the column number for the y-axis
label a vector of strings of characters for the point labels
clabel if not NULL, a character size for the labels, used with par("cex")*clabel
grid a logical value indicating whether a grid in the background of the plot should be drawn
sub a string of characters to be inserted as legend
csub a character size for the legend, used with par("cex")*csub
possub a string of characters indicating the sub-title position ("topleft", "topright", "bottomleft", "bottomright")
cgrid a character size, parameter used with par("cex")*cgrid to indicate the mesh of the grid
fullcircle a logical value indicating whether the complete circle sould be drawn
box a logical value indcating whether a box should be drawn
add.plot if TRUE uses the current graphics window
col color of the variables
lty line type of the arrows

Details

The only difference between this function and the one programed by Daniel Chessel in the package ade4 is that scatterutil.eti.circ was replaced by senso.scatterutil.eti.circ in order not to display frames around the names of the variables.

Author(s)

Daniel Chessel chessel@biomserv.univ-lyon1.fr


[Package SensoMineR version 1.01 Index]