marginal,bivdph-method {matrixdist} | R Documentation |
Marginal method for bivdph class
Description
Marginal method for bivdph class
Usage
## S4 method for signature 'bivdph'
marginal(x, mar = 1)
Arguments
x |
An object of class bivdph. |
mar |
Indicator of which marginal. |
Value
An object of the of class dph.
Examples
obj <- bivdph(dimensions = c(3, 3))
marginal(obj, 1)
[Package matrixdist version 1.1.9 Index]