[R] ggplot2: multiple box plots, different tibbles/dataframes

Avi Gross @v|gro@@ @end|ng |rom ver|zon@net
Thu Nov 11 02:53:25 CET 2021


Rich,

I think many here may not quite have enough info to help you.

But the subject of multiple plots has come up. There are a slew of ways,
especially in the ggplot paradigm, to make multiple smaller plots into a
larger display showing them in some number of rows and columns, or other
ways. Some methods use facet_wrap() or facet_grid() type functionality that
let you plot multiple subdivisions of the data independently. These though
generally have to be in some way related.

Yet others let you make many independent graphs and save them and later
recombine them in packages like cowplot. 

So, although it may also be possible to do whatever it is you want within a
single plot, it may also make sense to do it as loosely described above. 

-----Original Message-----
From: R-help <r-help-bounces using r-project.org> On Behalf Of Rich Shepard
Sent: Wednesday, November 10, 2021 4:53 PM
To: R-help <r-help using r-project.org>
Subject: Re: [R] ggplot2: multiple box plots, different tibbles/dataframes

On Wed, 10 Nov 2021, Bert Gunter wrote:

> As always, online search (on "ggplot2 help") seemed to bring up useful 
> resources. I suggest you look here (suggested tutorials and resources 
> are farther down the page): https://ggplot2.tidyverse.org/

Bert,

My web search was for multiple boxplots and I didn't see what I wanted. I'll
continue reading the ggplot2 third edition and figure it out.

Regards,

Rich

______________________________________________
R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
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