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)

neuropsychology/psycho.R documentation built on Jan. 25, 2021, 7:59 a.m.