custom_range | R Documentation |
obtain the range of vector
custom_range(x)
x |
vector |
if min(x) == max(x)
, will return range(x)[1]
, else return character range(x)[1] - range(x)[2]
custom_range(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.