Macaulay2 » Documentation
Packages » RInterface » RObject » Beta(RObject,RObject)
next | previous | forward | backward | up | index | toc

Beta(RObject,RObject) -- beta function of R objects

Description

Compute the beta function of two R numeric vectors, calling R's beta.

i1 : Beta(RObject 1, RObject 2)

o1 = [1] 0.5

o1 : RObject of type double

One of the operands may be a Macaulay2 object. It will be converted to an RObject before the operation is performed.

See also

Ways to use this method:


The source of this document is in RInterface/doc/special.m2:32:0.