Learn R Programming

DecomposeR (version 1.0.2)

ratios: Computes ratios of numerical values

Description

Computes ratios of numerical values

Usage

ratios(x)

Arguments

x

values to compute the ratio from

Value

a dataframe of $ratio, $x1 and $x2

Examples

Run this code
# NOT RUN {
ratios(c(20,40,100,400))

# }

Run the code above in your browser using DataLab