Displaying 2 results from an estimated 2 matches for "0_15".
Did you mean:
0.15
2013 Jan 10
2
transparency in segments()
..., type = "n")
segments(xx2$MEAN_PERI, 60,xx2$MEAN_PERI, 100, tcl=-.2)
xx3 <-read.table("http://www.scandinavia.sk/data/R/0_10.csv", sep=";",
header=T)
segments(xx3$MEAN_PERI, 120,xx3$MEAN_PERI, 160, tcl=-.2)
xx4 <-read.table("http://www.scandinavia.sk/data/R/0_15.csv", sep=";",
header=T)
segments(xx4$MEAN_PERI, 180,xx4$MEAN_PERI, 220, tcl=-.2)
xx5 <-read.table("http://www.scandinavia.sk/data/R/0_20.csv", sep=";",
header=T)
segments(xx5$MEAN_PERI, 240,xx5$MEAN_PERI, 280, tcl=-.2)
xx6 <-read.table("http://www.scan...
2006 Jun 22
2
2nd Question on v1.0 setup and maildir
...rney [mailto:patrick at castandcrew.com]
Sent: Thursday, June 22, 2006 8:55 AM
To: 'dovecot at dovecot.org'
Subject: Question on v1.0 setup and maildir
Hello all.
I appreciate the responses to my problem on v0.99.14. Thank you all.
We have built a new server running version 1.0-0_15.beta9.el4. The mail
delivery agent is sendmail. We seem to have gotten it up fairly easily. But
we have one problem. We are using the maildir feature instead of mbox and
when ever mail gets delivered, it is not sending it to the \maildir\new
folder. It seems to be dumping it in the root of the mai...