dim: Vector of dimensions to be plotted (default is dim=c(1,2))
type: Indicates the type of plotting (default is type="correl" for correlations)
add: Indicates if the stimuli are added to the plot (if type="baryc")
Details
If type="correl", the correlations between occurrences of terms and dimensions of a Mds configuration are plotted. plotTerms() returns the correlation matrix.
If type="baryc", a barycentric representation of terms is used. If add=TRUE, the stimuli are added to this plot. plotTerms() returns the coordinates of terms.
Returns
returns a matrix of correlation or a configuration of terms (depending on type).