drop | R Documentation |
Coerce constant weyl objects to numeric
drop(x)
x |
Weyl object |
If its argument is a constant weyl object, coerce to numeric.
Returns either a length-one numeric vector or its argument, a weyl object
Many 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
a <- rweyl() + 67
drop(a)
drop(idweyl(9))
drop(constant(a,drop=FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.