Learn R Programming

fritools (version 4.6.0)

golden_ratio: Calculate the Golden Ratio

Description

Divide a length using the golden ratio.

Usage

golden_ratio(x)

Value

A numeric vector of length 2, containing the two quantities a

and b, a being the larger.

Arguments

x

The sum of the two quantities to be in the golden ratio.

See Also

Other bits and pieces: is_difftime_less(), is_valid_primary_key(), pause(), r_cmd_install(), rownames2col(), str2num(), string2words(), strip_off_attributes(), tapply(), throw()

Examples

Run this code
golden_ratio(10)

Run the code above in your browser using DataLab