Plots in same row in RMarkdown Shiny document

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 :slight_smile:

If your plot objects are ggplot2 consider {patchwork} or {cowplot}

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.