Hello everyone!
Im trying to figure out how to have all my plots side-by-side in my RMarkdown file. I've been searching online for solutions, but my issue is that the markdown file has an interactive selectInput
, so I need to use renderPlot
in order for my plots to work. Everything is running fine, I just want them to be in the same "row" (I know there technically aren't rows in the markdown, but that's essentially what I'm trying to do). Right now, they're just on top of each other in the RMarkdown, and I'd like to have all three of them side-by-side. Any help on this topic would be appreciated!!
Thanks in advance