Is there a package for R that handles binary relations (compute closures etc.) and draws the Hasse diagram of a relation?
Is there a package for R that handles binary relations (compute closures etc.) and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
hasse()function in theDAKSpackage may do what you need.Hint: Rseek.org is an R specific search machine which works wonders. The function above was the very first hit.