superclass.capacity-class | R Documentation |
Virtual class, superclass of all *.capacity
classes. Used to define a common summary
method for *.capacity
classes. Contains no slots.
A virtual Class: No objects may be created from it.
signature(object = "superclass.capacity")
summary-methods
,
capacity-class
,
Mobius.capacity-class
,
card.capacity-class
.
## three capacities
mu1 <- uniform.capacity(5)
mu2 <- capacity(c(0,0,0:13))
a <- Mobius(mu2)
## compute indices to summarize them
summary(mu1)
summary(mu2)
summary(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.