Description Usage Format Examples
The matrix contains 3^3
types of objects.
It essentially specifies the 3 feature expressions for each object thus, the matrix maps objects to matching utterances. The matrix contains strings of all possible feature values of the objects.
The index mapping of the strings are contained in the matrix
allObjectsToUtterancesMappings
.
1 |
An object of class matrix
(inherits from array
) with 27 rows and 3 columns.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ## Not run:
output:
shape pattern color
[1,] cloud solid blue
[2,] circle solid blue
[3,] square solid blue
[4,] cloud striped blue
[5,] circle striped blue
[6,] square striped blue
[7,] cloud dotted blue
[8,] circle dotted blue
[9,] square dotted blue
[10,] cloud solid red
[11,] circle solid red
[12,] square solid red
[13,] cloud striped red
[14,] circle striped red
[15,] square striped red
[16,] cloud dotted red
[17,] circle dotted red
[18,] square dotted red
[19,] cloud solid green
[20,] circle solid green
[21,] square solid green
[22,] cloud striped green
[23,] circle striped green
[24,] square striped green
[25,] cloud dotted green
[26,] circle dotted green
[27,] square dotted green
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.