drop {weyl} | R Documentation |
Drop redundant information
Description
Coerce constant weyl objects to numeric
Usage
drop(x)
Arguments
x |
Weyl object |
Details
If its argument is a constant weyl object, coerce to numeric.
Value
Returns either a length-one numeric vector or its argument, a weyl object
Note
Many functions in the package take drop
as an argument
which, if TRUE
, means that the function returns a
drop
ped value.
Author(s)
Robin K. S. Hankin
Examples
a <- rweyl() + 67
drop(a)
drop(idweyl(9))
drop(constant(a,drop=FALSE))
[Package weyl version 0.0-5 Index]