golden: Golden Ratio.

Description Usage Arguments Author(s) Examples

View source: R/miscellaneous.R

Description

Returns the golden ratio (1.618034...).

Usage

1
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

1
2
3
4
library(psycho)

golden()
golden(8)

psycho documentation built on Jan. 19, 2021, 9:07 a.m.