[R] formal concept analysis in R?

Kjetil Halvorsen kjetilbrinchmannhalvorsen at gmail.com
Tue Feb 22 18:12:11 CET 2011


You could try
install.packages("sos", dep=T)
library(sos)
h <- finfFn("formal concept analysis")
h

but it does not seem to find anything relevant.


On Wed, Feb 16, 2011 at 6:21 PM, Mark Heckmann <mark.heckmann at gmx.de> 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]]
>
>
> ______________________________________________
> R-help at r-project.org 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.
>
>



More information about the R-help mailing list