Description Usage Arguments Value Examples
Fill missing x-axis values with zero. Very similar to tidyr::complete.
| 1 | complete_counts(raw_data, xaxis, yaxis)
 | 
| raw_data | Tidy dataframe with columns for x axis, y axis, and observations. | 
| xaxis | Name of the column with X-axis values. | 
| yaxis | Name of the column with Y-axis values. | 
Data frame with added rows for missing x axis values
| 1 | complete_counts(test_data,xaxis='FractionID',yaxis='PeptideCount')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.