mismatch: Test for recycle mismatch

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ffreturn.R

Description

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

Usage

1
2
mismatch(nx, ny)
ymismatch(nx, ny)

Arguments

nx

x length

ny

y length

Value

logical scalar

Author(s)

Jens Oehlschl<c3><a4>gel

See Also

ffconform

Examples

1
2
3
4
5
6
7
8
  ymismatch(4,0)
  ymismatch(4,2)
  ymismatch(4,3)
  ymismatch(2,4)
  mismatch(4,0)
  mismatch(4,2)
  mismatch(4,3)
  mismatch(2,4)

kindlychung/ff documentation built on May 20, 2019, 9:58 a.m.