logspace: Generates a logarithmically spaced sequence

View source: R/pictplot.R

logspaceR Documentation

Generates a logarithmically spaced sequence

Description

Generates a logarithmically spaced sequence

Usage

logspace(from, to, length.out)

Arguments

from

starting value

to

ending value

length.out

number of intervening values

Value

a numeric vector

Examples

logspace(10,100,10)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.