seq_x: Create a regular sequence between two values

View source: R/pretty_axis_support.R

seq_xR Documentation

Create a regular sequence between two values

Description

This function creates a sequence between two values (numbers or times).

Usage

seq_x(x1, x2, units)

Arguments

x1

The first number/time in the sequence.

x2

The last number/time in the sequence.

units

The distance between sequential values in the sequence.

Value

The function returns a regular sequence between two values.

Author(s)

Edward Lavender


edwardlavender/prettyGraphics documentation built on Jan. 19, 2025, 2:47 p.m.