range_count: Title the function for caculate the count for every range.

View source: R/range_count.R

range_countR Documentation

Title the function for caculate the count for every range.

Description

Title the function for caculate the count for every range.

Usage

range_count(x, gap, min_num, max_num)

Arguments

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

Value

a object

Examples

data = range_count(x = rnorm(100,5)*100,gap = 100,min_num = 0,max_num = 1000)
print(data)
xplot(data)

wangjiaxuan666/xbox documentation built on Sept. 4, 2024, 5:03 p.m.