range_count | R Documentation |
Title the function for caculate the count for every range.
range_count(x, gap, min_num, max_num)
x |
the input should be a numeric vector |
gap |
how many number which need to gap step |
min_num |
the first number in scales which will breaks in gap |
max_num |
the last number in scales which will breaks in gap |
a object
data = range_count(x = rnorm(100,5)*100,gap = 100,min_num = 0,max_num = 1000)
print(data)
xplot(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.