circplot(Y, U = NULL, V = NULL, row.names = rownames(Y),
col.names = colnames(Y), plotnames = TRUE, vscale = 0.8,
pscale = 1.75, lcol = "gray", rcol = "brown", ccol = "blue",
pch = 16, lty = 3, jitter = 0.1 * (nrow(Y)/(1 + nrow(Y))), bty = "n",
add = FALSE)U and V, two-dimensional row factors and
column factors are computed from the SVD of Y, scaled versions of
which are used to plot positions on the outside edge (U) and inside
edge (V) of the circle plot. The magnitudes of the plotting characters
are determined by the magnitudes of the rows of U and V.
Segments are drawn between each row object i and column object
j for which Y[i,j]!=0.data(IR90s)
circplot(IR90s$dyadvars[,,1])
Run the code above in your browser using DataLab