Description Usage Arguments Value Author(s) See Also Examples
This function defines a plot method for correspondence objects.
1 2 3 |
x |
A correspondence object as produced by |
main |
A string used for the main title of the plot. |
addcol |
A logical, if true, columns are added to the plot. |
extreme |
If nonzero, defines quantiles that define the extremes such that only data points exceeding these extremes are plotted. |
rcex |
sets cex graphical parameter for rows. |
rcol |
sets color for rows. |
rlabels |
vector of row labels. |
stretch |
a number defining the degree to which the columns (or rows) should be stretched out for visual presentation. |
ccex |
sets cex graphical parameter for columns. |
ccol |
sets color for columns. |
clabels |
vector of column labels. |
... |
other parameters to be passed through to plotting functions. |
A plot on the graphics device.
R. H. Baayen
See Also corres.fnc
, link{corsup.fnc}
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
data(oldFrench)
data(oldFrenchMeta)
oldFrench.ca = corres.fnc(oldFrench)
plot(oldFrench.ca)
plot(oldFrench.ca, rlabels = oldFrenchMeta$Genre,
rcol = as.numeric(oldFrenchMeta$Genre), rcex = 0.5,
extreme = 0.1, ccol = "blue")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.