list_models: List all bundled Venn diagram models

View source: R/analysis.R

list_modelsR Documentation

List all bundled Venn diagram models

Description

Returns metadata for the 44 bundled SVG model templates plus the 'proportional' synthetic generator (added in Phase 3). Read from JSON region files in 'inst/extdata/models/json/'.

Usage

list_models()

Value

A 'data.frame' with columns 'name' (filename stem), 'set_count' (2-9), and 'display_name' (from the JSON 'name' field). Sorted by '(set_count, name)'.

Examples

head(list_models())

vennDiagramLab documentation built on May 19, 2026, 1:07 a.m.