R/isUpSatisfied.R

Defines functions `isUpSatisfied`

`isUpSatisfied` <-
function(x,i) (i == length(x))||(x[i]<=x[i+1])

Try the aspect package in your browser

Any scripts or data that you put into this service are public.

aspect documentation built on May 4, 2022, 3 a.m.