View source: R/vec-cumulative-functions.R
rw_range | R Documentation |
A function to return the range of a vector.
rw_range(.x)
.x |
A numeric vector |
A function to return the range of a vector. It uses max(.x) - min(.x)
as
the basis of the function.
A numeric vector
Steven P. Sanderson II, MPH
Other Vector Function:
cgmean()
,
chmean()
,
ckurtosis()
,
cmean()
,
cmedian()
,
crange()
,
csd()
,
cskewness()
,
cvar()
,
euclidean_distance()
,
kurtosis_vec()
,
skewness_vec()
x <- mtcars$mpg
rw_range(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.