Learn R Programming

freealg (version 1.1-8)

drop: Drop redundant information

Description

Coerce constant free algebra objects to numeric

Usage

drop(x)

Arguments

x

Free algebra object

Author

Robin K. S. Hankin

Details

If its argument is a constant freealg object, coerce to numeric. Modelled on base::drop().

See Also

constant,coeffs

Examples

Run this code
drop(linear(1:5))
drop(4+linear(1:5)*0)

Run the code above in your browser using DataLab