Description Usage Arguments Value Examples
check whether the vector is increasing
| 1 | is_increase(x)
 | 
| x | a numeric vector | 
TRUE if increasing, FALSE if not
| 1 2 | is_increase(c(1,1,1,10,10))
is_increase(c(1,2,1,10,10))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.