powered by
Coerce constant free algebra objects to numeric
drop(x)
Free algebra object
Robin K. S. Hankin
If its argument is a constant freealg object, coerce to numeric. Modelled on base::drop().
base::drop()
constant,coeffs
constant
coeffs
drop(linear(1:5)) drop(4+linear(1:5)*0)
Run the code above in your browser using DataLab