seq_exp: Sequence generation on an expoential scale

View source: R/seq_exp.R

seq_expR Documentation

Sequence generation on an expoential scale

Description

Sequence generation on an expoential scale

Usage

seq_exp(
  from = 1,
  to = 1,
  length.out = NULL,
  by = NULL,
  add_values = double(length = 0),
  ...
)

Arguments

from, to

the starting and (maximal) end values of the sequence. Of length 1 unless just from is supplied as an unnamed argument.

length.out

desired length of the sequence. A non-negative number, which for seq and seq.int will be rounded up if fractional.

by

Explicitly ignored

add_values

Add more values to the sequence

...

Passed to 'base::seq()'

Details

If 'from' is zero, then it will be modified to be 'to/(100*length.out)' and zero will be added to the 'add_values' vector.

Value

A sorted sequence


billdenney/bsd.report documentation built on Jan. 16, 2024, 12:54 a.m.