You could try
install.packages("sos", dep=T)
library(sos)
h <- finfFn("formal concept analysis")
hbut it does not seem to find anything relevant. On Wed, Feb 16, 2011 at 6:21 PM, Mark Heckmann <[email protected]> wrote: > I am looking for an R package for formal concept analysis > (http://en.wikipedia.org/wiki/Formal_concept_analysis). > I want to produce concept lattices > (http://en.wikipedia.org/wiki/File:Concept_lattice.svg). > I was wondering if there are packages that can produce similar graphics? > > Thanks, > Mark > > ––––––––––––––––––––––––––––––––––––––– > Mark Heckmann > Blog: www.markheckmann.de > R-Blog: http://ryouready.wordpress.com > > > > > > [[alternative HTML version deleted]] > > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

