Wednesday, April 15, 2020

range

A measure of spread. Given one or more sets of values, return the minimum and maximum. This function has two options which let you omit NA and non-finite numbers.

R Example

lst <- c(8:25)
> range(lst)
[1]  8 25

No comments:

Post a Comment

Please help to combat malicious use of the Internet.