User Tools

Site Tools


mismatch_distribution

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mismatch_distribution [2007/12/21 11:58] – created heidimismatch_distribution [2008/07/22 13:31] (current) – external edit 127.0.0.1
Line 6: Line 6:
 **code:** **code:**
 <code> <code>
- 
 read.table("D:/Heidi/Master/R_Daten/Mismatch/Mismatch_mt4.txt")-> mismatch4 read.table("D:/Heidi/Master/R_Daten/Mismatch/Mismatch_mt4.txt")-> mismatch4
   mismatch4   mismatch4
Line 21: Line 20:
  
   plot(Diff, Observed, type="l", ylim=c(0,max1), xlab="differences",   plot(Diff, Observed, type="l", ylim=c(0,max1), xlab="differences",
-  ylab="number", main="Mismatch distribution")+        ylab="number", main="Mismatch distribution")
    lines(Diff, Low.bound, lty=2)    lines(Diff, Low.bound, lty=2)
    lines(Diff, Up.bound, lty=2)    lines(Diff, Up.bound, lty=2)
mismatch_distribution.1198234699.txt.gz · Last modified: 2008/07/22 13:30 (external edit)