R/data.R
extractSetsFromDataFrame.Rd
extract the sets from a data frame (rows = elems, columns = sets, cell = contained)
extractSetsFromDataFrame(
df,
attributes = NULL,
order.by = "cardinality",
limit = NULL,
colors = NULL,
store.elems = TRUE
)
the data.frame like structure
the optional column list or data frame
order intersections by cardinality or degree
limit the ordered sets to the given limit
the optional list with set name to color
store the elements in the sets (default TRUE)