Learn R Programming

tolBasis (version 1.0)

Rdenominator: Ratio Denominator

Description

Denominator of a Ratio object

Usage

Rdenominator(r)

Arguments

r
a Ratio object

Value

Returns the Polyn object corresponding to the denominator of the Ratio.

See Also

See also the function Rnumerator

Examples

Run this code
# Obtain the denominator of a Ratio object
ratio <- Ratio(1, 1+B) + Ratio(1, 1-B)
Rdenominator(ratio)

Run the code above in your browser using DataLab