Description Usage Arguments Details Value Examples
plotTerms()
produces a plot of the terms. The rows of array MatTerms
are the stimuli and the columns are the terms.
1 |
MatTerms |
Array of occurrences of terms |
ResMds |
Object of class |
dim |
Vector of dimensions to be plotted (default is |
type |
Indicates the type of plotting (default is |
add |
Indicates if the stimuli are added to the plot (if |
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 a matrix of correlation or a configuration of terms (depending on type
).
1 2 3 4 5 | data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
data(AromaTerms)
plotTerms(AromaTerms,resMds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.