ReferenceData utilitiesr2drOn this pager2dr r2dr( @r ## list (required)) -> list Takes a list of ratios or factors and returns the quotients between adjacent elements. Inverse of dr2r. Arguments @r [list]: List of ratios. (required) Output List of quotients between adjacent elements [list] Usage print(r2dr(1 2 3 4)) ## 2/1 3/2 4/3