powered by
Create logarithmically spaced scales
logscale(scale_min, scale_max, scale_ratio)
A vector of of logarithmically spaced scales.
an integer indicating the minimum scale to be resovled
an integer indicating the maximum scale to be resolved
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.
scales <- logscale(scale_min = 16, scale_max = 1024, scale_ratio = 2)
Run the code above in your browser using DataLab