Fitted values of euler object
# S3 method for euler
fitted(object, dense = FALSE, ...)A named numeric vector of fitted areas keyed by combination label
(set names joined by &).
object of class 'euler'
if TRUE, return a vector covering every combination of the
non-empty sets (2^n - 1 entries), filling absent combinations with 0.
The default (FALSE) returns the sparse vector stored on the object,
which only contains entries that were either requested as input or fit
to a non-zero area. Use dense = TRUE only for diagrams with few sets.
The full enumeration is exponential in the number of non-empty sets.
ignored