PopGplot: Smoothed line-plot for multiple populations

Description Usage Arguments Examples

View source: R/PopGplot.R

Description

This function plots values with smoothed lines using spline interpolation.

Usage

1
2
PopGplot(values,colors=FALSE,span=0.1,ylab="",xlab="",
	ylim=c(min(values,na.rm=TRUE),max(values,na.rm=TRUE)))

Arguments

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

Examples

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)

PopGenome documentation built on Feb. 1, 2020, 1:07 a.m.