seq.log: seq.log

Description Usage Arguments

View source: R/util.R

Description

Create a sequence of log values

Usage

1
2
## S3 method for class 'log'
seq(from = 1, to = 1, length.out = 50, add.zero = FALSE, shifting = 0)

Arguments

from

Value to Create the sequence from. default to 1.

to

Value to create the sequence to. default to 1

length.out

length of list outputted

add.zero

include 0 at the start

shifting

Shifting the sequence by this value


GENEAread documentation built on Nov. 26, 2020, 1:08 a.m.