Description Usage Arguments Examples
This function plots values with smoothed lines using spline interpolation.
1 2 |
values |
the statistical values (matrix); columns=populations |
colors |
the colors for each population (character vector) |
span |
the degree of smoothing |
ylab |
a title for the y axis |
xlab |
a title for the x axis |
ylim |
ranges for the y axis |
1 2 3 4 5 | # GENOME.class <- readSNP("Arabidopsis",CHR=1)
# GENOME.class.slide <- sliding.window.transform(test,1000,1000)
# GENOME.class.slide <- diversity.stats(GENOME.class.slide)
# values <- GENOME.class.slide@nuc.divesity.within
# PopGplot(values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.