Description Usage Arguments Author(s) Examples
Addition, subtraction etc. of arrays
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | a1 %a+% a2
a1 %a-% a2
a1 %a*% a2
a1 %a/% a2
a1 %a/0% a2
tab1 %ap% perm
tab1 %a_% marg
tab1 %a==% tab2
tab1 %a^% extra
tab1 %aa% tab2
|
tab1, tab2 |
Multidimensional arrays with named dimnames (we call them 'named arrays'). |
perm |
A vector of indices or dimnames or a right hand sided formula giving the desired permutiation. |
marg |
A vector of indices or dimnames or a right hand sided formula giving the desired marginal. |
extra |
List defining the extra dimensions. |
a, a1, a2 |
Arrays (with named dimnames) |
Søren Højsgaard, sorenh@math.aau.dk
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.