Learn R Programming

baizer (version 0.8.0)

near_ticks: the ticks near a number

Description

the ticks near a number

Usage

near_ticks(x, level = NULL, div = 2)

Value

number vector of ticks

Arguments

x

number

level

the level of ticks, such as 1, 10, 100, etc.

div

number of divisions

Examples

Run this code
near_ticks(3462, level = 10)

Run the code above in your browser using DataLab