logspace | R Documentation |
This function generates n points with equal space in log scale
logspace(x1, x2, log_type = "log10", n = 50)
x1 |
The start point |
x2 |
The end point |
log_type |
The type of log scale. "log10" is for log10(), "ln" is for natural log() |
n |
The number of points to be generated |
An array of n points with equal space in log scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.