Learn R Programming

sommer (version 4.3.5)

logspace: Decreasing logarithmic trend

Description

logspace creates a vector with decreasing logaritmic trend.

Usage

logspace(n, start, end)

Value

$res

a vector of length n with logarithmic decrease trend.

Arguments

n

number of values to generate.

start

initial value.

end

last value.

Author

Giovanny Covarrubias-Pazaran

References

Covarrubias-Pazaran G (2016) Genome assisted prediction of quantitative traits using the R package sommer. PLoS ONE 11(6): doi:10.1371/journal.pone.0156744

See Also

The core functions of the package mmer and mmec

Examples

Run this code

logspace(5, 1, .05)

Run the code above in your browser using DataLab