View source: R/01-vec_logical.R
is.odd | R Documentation |
判断奇偶数,如果是奇数返回T,否则返回F
is.odd(x)
x |
整体型的数组变量 |
返回一个逻辑向量
is.odd(1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.