fitted.euler: Fitted values of euler object

View source: R/euler-methods.R

fitted.eulerR Documentation

Fitted values of euler object

Description

Fitted values of euler object

Usage

## S3 method for class 'euler'
fitted(object, dense = FALSE, ...)

Arguments

object

object of class 'euler'

dense

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

Value

A named numeric vector of fitted areas keyed by combination label (set names joined by &).


eulerr documentation built on May 30, 2026, 1:07 a.m.