powered by
Creates a symmetric plot from a tca-class object
# S3 method for tca plot( x, y = NULL, axes = c(1, 2), labels.rc = c(0, 1), col.rc = c("blue", "red"), pch.rc = c(16, 21, 17, 24), mass.rc = c(F, F), cex.rc = c(NA, NA), jitter = c(T, F), ... )
A tca-class object created by tca
Unused
The two axes to be plotted
Two numbers: 0 Symbol only; 1 Label only; 2 Symbol and label
Colors for rows and columns contributions
Plotting characters for rows and columns contributions
Logical: Will the area of plotting characters be proportional to mass
An overall size factor
Logical: Will close points be moved slightly?
Unused.
None
If the number of rows is very large, labels will not be printed.
In this version, jitter is coerced.
# NOT RUN { plot(tca(rodent),labels=c(0,1)) # }
Run the code above in your browser using DataLab