Description Usage Arguments Value
View source: R/sample_sample_plot.R
This function is suitable for generating a bunch of sample-sample plots that can then be ggarrange'd to plot out in bulk.
1 2 3 4 5 | generate_sample_sample_density_plot_list(
x,
comparisons = NULL,
main = "Sample-Sample comparisons"
)
|
x |
A matrix of samples (columns) |
comparisons |
A matrix of sample pairings (columns) |
main |
A title for the plot(s) |
A list of plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.