powered by
Returns the golden ratio (1.618034...).
golden(x = 1)
A number to be multiplied by the golden ratio. The default (x=1) returns the value of the golden ratio.
# NOT RUN { library(psycho) golden() golden(8) # }
Run the code above in your browser using DataLab