View source: R/ajf_result_plots.R
beeswarm_ggplot | R Documentation |
Makes beeswarm (jitter) plots for all analytes (beads) in the input object data
.
Grouping is performed according to the grouping_var
column in the df sample_info
.
beeswarm_ggplot( data, filename, sample_info, bead_info, grouping_var, sample_name_var, xlab )
data |
A df with data from an SBA experiment. May be transformed or not. |
filename |
A string with the desired name of the output |
sample_info |
A df with the sample info. |
bead_info |
A df with the bead info. |
grouping_var |
A string with the name of the column in |
sample_name_var |
A string with the name of the column in |
xlab |
A character vector containing the desired grouping labels to be printed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.