logscale | R Documentation |
Create logarithmically spaced scales
logscale(scale_min, scale_max, scale_ratio)
scale_min |
an integer indicating the minimum scale to be resovled |
scale_max |
an integer indicating the maximum scale to be resolved |
scale_ratio |
a double indicating the ratio by which scale successive scales. For example, scale_ratio = 2 would create a scales increasing by a power of 2. |
A vector of of logarithmically spaced scales.
scales <- logscale(scale_min = 16, scale_max = 1024, scale_ratio = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.