fvsr | R Documentation |
Fitted versus residuals plot per peptide
fvsr(
pqi_m,
title = "",
peptides_user = NULL,
label_idx = 2,
label_func = label_value
)
pqi_m |
data.frame of model estimates per replicate and peptide |
title |
Plot title |
peptides_user |
A dataframe with peptide information. It must contain at least 3 columns,
peptide number or ID, name, and m/z. If NULL, default peptides are used.
The number or ID must have the form Pep# and be in the first column. See |
label_idx |
Index where to pull the labels from peptides |
label_func |
labeller function to process labels. See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.