axis.ticks {graphics2D} R Documentation

create axis tick vector data based on a given data range value

Description

Usage

axis.ticks(x,
    ticks = 10);

Arguments

x

a numeric vector data for specific the data range.

ticks

the number of the ticks in the generated output axis tick vector. [as integer]

Details

Authors

graphics

Value

this function returns data object of type double.

clr value class

Examples


[Package graphics2D version 1.0.0.0 Index]