search for: mfac

Displaying 3 results from an estimated 3 matches for "mfac".

Did you mean: mac
2005 Aug 10
3
Starting Dovecot Imap [FAILED]
I want to configure dovecot in FC 4. Set the "protocols = Imap Imaps Pop3 Pop3s" in dovecot.conf Test the service by giving "service dovecot start" command and finally I got "Starting Dovecot Imap [FAILED]" Can somebody explain WHY? Saman ---------------------------------------------------
2003 Aug 15
0
Re: [R} stars graphs
...ng. Jim -------------- next part -------------- # scales a vector of numbers to a new range rescale<-function(x,newrange) { if(is.numeric(x) && is.numeric(newrange)) { xrange<-range(x) if(xrange[1] == xrange[2]) stop("rescale: can't rescale a constant vector!") mfac<-(newrange[2]-newrange[1])/(xrange[2]-xrange[1]) invisible(newrange[1]+(x-xrange[1])*mfac) } else { cat("Usage: rescale(x,newrange)\n") cat("\twhere x is a numeric object and newrange is the extent of the new range\n") } } # plots data as radial lines on a 24 hour &...
2003 Aug 13
1
stars graphs
Hi listers, A few days ago I posted a question about the use of the stars function on selected lines of a frame. Thanks to two helpers, a closer look at the scale argument allowed to partially solve the problem. Yet I still have a problem with stars. Allow me to explain what I intend to do (sorry for my poor English and the long post): I want to graph an activity index of a fish during the day