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