mismatch | R Documentation |
mismatch
will return TRUE if the larger of nx,ny is not a multiple of the other and the other is >0 (see arithmetic.c).
ymismatch
will return TRUE if nx is not a multiple of ny and ny>0
mismatch(nx, ny)
ymismatch(nx, ny)
nx |
x length |
ny |
y length |
logical scalar
Jens Oehlschlägel
ffconform
ymismatch(4,0)
ymismatch(4,2)
ymismatch(4,3)
ymismatch(2,4)
mismatch(4,0)
mismatch(4,2)
mismatch(4,3)
mismatch(2,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.