logscale {fractalRegression}R Documentation

logscale

Description

Create logarithmically spaced scales

Usage

logscale(scale_min, scale_max, scale_ratio)

Arguments

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.

Value

A vector of of logarithmically spaced scales.

Examples

scales <- logscale(scale_min = 16, scale_max = 1024, scale_ratio = 2)


[Package fractalRegression version 1.2 Index]