Description
range
returns a vector containing the minimum and maximum of all the given arguments.
即返回一个向量,该向量包含给定参数的最大值和最小值。
Usage
用法:
range(..., na.rm = FALSE) ## Default S3 method: range(..., na.rm = FALSE, finite = FALSE)
Arguments
参数
... |
any |
na.rm |
logical, indicating if |
finite |
logical, indicating if all non-finite elements should be omitted.把不是有限的元素丢弃 |