Description Usage Arguments Value Note Author(s) See Also
dimorderStandard returns TRUE if the dimorder is standard (ascending),
vectorStandard returns TRUE if the dimorder-bydim combination is compatible with a standard elementwise vector interpretation,
dimorderCompatible returns TRUE if two dimorders have a compatible  elementwise vector interpretation
and vectorCompatible returns TRUE if dimorder-bydim combinations have a compatible  elementwise vector interpretation.
| 1 2 3 4 | dimorderStandard(dimorder)
vectorStandard(dimorder, bydim = NULL)
dimorderCompatible(dim, dim2, dimorder, dimorder2)
vectorCompatible(dim, dim2, dimorder=NULL, dimorder2=NULL, bydim = NULL, bydim2 = NULL)
 | 
| dim |  a  | 
| dim2 | a dim | 
| dimorder |  a  | 
| dimorder2 | a dimorder | 
| bydim |  a bydim order, see  | 
| bydim2 |  a bydim order, see argument  | 
TRUE if compatibility has been detected, FALSE otherwise
does not yet gurantee to detect all compatible configurations, but the most important ones
Jens Oehlschl<c3><a4>gel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.