golden {psycho}R Documentation

Golden Ratio.

Description

Returns the golden ratio (1.618034...).

Usage

golden(x = 1)

Arguments

x

A number to be multiplied by the golden ratio. The default (x=1) returns the value of the golden ratio.

Author(s)

Dominique Makowski

Examples

library(psycho)

golden()
golden(8)

[Package psycho version 0.6.1 Index]