drop | R Documentation |
Coerce constant free algebra objects to numeric
drop(x)
x |
Free algebra object |
If its argument is a constant freealg object, coerce to
numeric. Modelled on base::drop()
.
A few functions in the package take drop
as an argument
which, if TRUE
, means that the function returns a
drop
ped value.
Robin K. S. Hankin
constant
,coeffs
drop(linear(1:5))
drop(4+linear(1:5)*0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.