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 numeric or character objects. 任意数值型或字符型对象

na.rm

logical, indicating if NA's should be omitted. NA值被丢弃

finite

logical, indicating if all non-finite elements should be omitted.把不是有限的元素丢弃

 

相关文章:

  • 2021-11-18
  • 2022-01-12
  • 2021-12-27
  • 2021-09-14
  • 2022-01-22
  • 2021-06-04
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案