0

I have these two variables and want create a graph similar to this or any fancier version :

variable_x <- c("bird", "animal","season")
selection_x<- c("crow","tiger","winter")

result: Output

A. Suliman
  • 12,923
  • 5
  • 24
  • 37
  • Mmm, An interesting need. I don't know if there's a package for this specifically but you could use ggplot for it. You would have to calculate x and y positions for everything. geom_text could be used to concatenate and print the text you want and stat_ellipse to create the circles. – Sahir Moosvi Jan 16 '19 at 19:18
  • 1
    There’s a package called: DiagrammeR – Austin Sweitzer Jan 16 '19 at 19:19
  • If you've already got a package in mind to use and it's reasonably well documented, it's easier to help if you get started on solving the problem and post what you're trying to debug, rather than us trying to write the code from scratch for you – camille Jan 16 '19 at 21:52

0 Answers0