logspace {sommer} | R Documentation |
Decreasing logarithmic trend
Description
logspace creates a vector with decreasing logaritmic trend.
Usage
logspace(n, start, end)
Arguments
n |
number of values to generate. |
start |
initial value. |
end |
last value. |
Value
- $res
a vector of length n with logarithmic decrease trend.
Author(s)
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
logspace(5, 1, .05)
[Package sommer version 4.3.4 Index]