PopGplot | R Documentation |
This function plots values with smoothed lines using spline interpolation.
PopGplot(values,colors=FALSE,span=0.1,ylab="",xlab="",
ylim=c(min(values,na.rm=TRUE),max(values,na.rm=TRUE)))
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 |
# 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.