Learn R Programming

extras (version 0.7.3)

proportional_difference2: Proportional Difference2

Description

Calculates the proportional difference for a vector of two non-negative numbers.

Usage

proportional_difference2(x)

Value

A number.

Arguments

x

A numeric vector of length 2.

See Also

Other proportional fun2: proportional_change2()

Examples

Run this code
proportional_difference2(c(1, 2))
proportional_difference2(c(2, 1))

Run the code above in your browser using DataLab