Description Usage Arguments Author(s) See Also Examples
View source: R/pepStat_plots.R
Plot an axis and the frequency of response of each group, averaged by peptides at each position.
1 2 | plot_inter(restab, sequence = NULL, from = 0, to = max(restab$position),
...)
|
restab |
A |
sequence |
A |
from |
A |
to |
A |
... |
Aditional arguments to be passed to |
Renan Sauteraud
restab
, plot_clade
, plotTracks
1 2 3 4 | if(require(pepDat)){
data(restab_aggregate)
plot_inter(restab_aggregate)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.