Skip to contents

Power function for climate

Usage

ClimPowerFunction(nu, a, b)

Arguments

nu

frequency

a

scaling of the power function

b

exponent of power function

Value

vector of power

Examples

ClimPowerFunction(1/10, 0.125, 1)
#> $nu
#> [1] 0.1
#> 
#> $spec
#> [1] 1.25
#>