log operator performs a log of values
| Input projection | . |
|---|---|
y-axis |
values to be logged |
| Input parameters | . |
|---|---|
base |
numeric, log base, default is 10 |
| Output relations | . |
|---|---|
log |
numeric, log per cell |
A log of values is performed. The computation is done per cell.
See the base::log function of the R package for the documentation.