A cRSA object (= output from the compare function)
digits
The number of digits to which numbers are rounded
sig
Threshold for models to be marked as "not significant"
borderline
Threshold for models to be marked as "borderline significant" (used for color of arrows)
...
Additional parameters (not used yet)
Details
The plot can be either requested within the compare function:
compare(r1, plot=TRUE)
Or it can be plotted from a cRSA object (= output from the compare function):
c1 <- compare(r1)plot(c1)