seq_vec: Improved 'seq' command which allows an two element vector...

View source: R/utilities.R

seq_vecR Documentation

Improved seq command which allows an two element vector holding the sequence boundaries

Description

The boundaries for the sequence command are given as two element vector and passed to the seq_save function.

Usage

seq_vec(bLU)

Arguments

bLU

A two element vector. The first element is the lower boundary the second element the upper boundarie. If the lower boundary is greater than the upper boundary, then an empty vector is returned.

Value

The sequence


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.