search for: increaces

Displaying 12 results from an estimated 12 matches for "increaces".

Did you mean: increace
2012 Nov 16
1
Code works, but not as function.
...ncreace counter number 1. for(i in Effectors[[l]]){ # Begin loop through all effector values. l2 <-l2+1 # Increace counter number 2. if(runif(1) < 0.9) ifelse(runif(1) <0.5, Effectors[[l]][l2] <- Effectors[[l]][l2]+1, Effectors[[l]][l2] <- Effectors[[l]][l2]-1) # Line which increaces or decreaces the values in the list element (50/50 chance of increace or decreace), if the first IF statement is satisfied. } } Now I don't know if this is the best and most R-ish way of doing this, but it works and I understand it. However I'd like to define a function with this, my att...
2011 Jan 05
2
Simulation - Natrual Selection
Hi, I've been modelling some data over the past few days, of my work, repeatedly challenging microbes to a certain concentration of cleaner, until the required concentration to inhibit or kill them increaces, at which point they are challenged to a slightly higher concentration each day. I'm doing ths for two different cleaners and I'm collecting the required concentration to kill them as a percentage, the challenge number, the cleaner as a two level variable, and the lineage theyre in, be...
2019 Jul 16
2
[ext] 2.3.7 slower than 2.3.6?
On 15 Jul 2019, at 23.17, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote: > > * Ralf Hildebrandt via dovecot <dovecot at dovecot.org>: >> We're using dovecot (via LMTP) as a backup for all incoming mail. >> >> I upgraded from 2.3.6 to 2.3.7 on the 12th: >> 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic
2011 Jan 05
0
Fwd: Re: Simulation - Natrual Selection
...>> >>>> Hi, >>>> >>>> I've been modelling some data over the past few days, of my work, >>>> repeatedly challenging microbes to a certain concentration of cleaner, >>>> until the required concentration to inhibit or kill them increaces, at >>>> which point they are challenged to a slightly higher concentration each >>>> day. I'm doing ths for two different cleaners and I'm collecting the >>>> required concentration to kill them as a percentage, the challenge >>>> number,...
2008 Feb 21
2
triangle.plot - change the axes orientation
Hello, I need to chenge axes orirentation in triangle plot. (function triangle.plot in ade4 package) I want to plot elasticities of some species in demographic triangle, where axes values commnly increace "clockwise". If some better imangination is needed, see http://www.open.ac.uk/science/biosci/personalpages/j.silvertown/pdfs/Silvertown%20et%20al.%201993.pdf I am sorry if I just
2019 Jul 15
2
2.3.7 slower than 2.3.6?
We're using dovecot (via LMTP) as a backup for all incoming mail. I upgraded from 2.3.6 to 2.3.7 on the 12th: 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic and it seems that 2.3.7 is slower than 2.3.6 -- mail to the backup IMAP box is suddenly taking quite some time to get delivered and is piling up in the queue. doveconf -n: ============
2019 Jul 15
0
[ext] 2.3.7 slower than 2.3.6?
* Ralf Hildebrandt via dovecot <dovecot at dovecot.org>: > We're using dovecot (via LMTP) as a backup for all incoming mail. > > I upgraded from 2.3.6 to 2.3.7 on the 12th: > 2019-07-12 14:35:44 upgrade dovecot-imapd:amd64 2:2.3.6-2~bionic 2:2.3.7-8~bionic > > and it seems that 2.3.7 is slower than 2.3.6 -- mail to the backup > IMAP box is suddenly taking quite
2019 Jul 16
0
[ext] 2.3.7 slower than 2.3.6?
* Timo Sirainen via dovecot <dovecot at dovecot.org>: > > And alas, I had a look at the monitoring and found that disk IO has > > increase A LOT after the update: https://www.arschkrebs.de/images/dovecot-disk-io-increase.png > > > > I zoomed in and found that the sudden increace in IO coincides with > > the update to 2.3.7 (14:35):
2003 Jun 10
2
user can't member more than 15 group
Hello All ! why freebd user can't member more than 15 group ? my system is FreeBSD 4.8-RC I need that scripts running from user "master" make some changes if files that owned by other users. Shurely i can set UID of master to "0" but this increace vunerability of system. in /etc/group I add user1:*:1001:master ... user15:*:1015:master --- all work Ok user master member
2006 Jul 05
0
wifi network performance is degrading with iproute2
Hello, I used iproute2 to do iif specific routing on wifi routers with 2 wifi 802.11b interfaces on non overlapping interfaces. I set rule as follows on router-2 (shown below) use table 100 if incomming interface is wlan0 use table 200 if incomming interface is wlan1 all routes in table 100 have wlan1 as oif all routes in table 200 have wlan0 as oif --wlan0--
2019 Jul 17
1
[ext] 2.3.7 slower than 2.3.6?
On 16 Jul 2019, at 11.15, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote: > > * Timo Sirainen via dovecot <dovecot at dovecot.org>: > >>> And alas, I had a look at the monitoring and found that disk IO has >>> increase A LOT after the update: https://www.arschkrebs.de/images/dovecot-disk-io-increase.png >>> >>> I zoomed in
2011 Feb 18
3
Confidence Intervals on Standard Curve
Hi, I wonder if anyone could advise me with this: I've been trying to make a standard curve in R with lm() of some standards from a spectrophotometer, so as I can express the curve as a formula, and so obtain values from my treated samples by plugging in readings into the formula, instead of trying to judge things by eye, with a curve drawn by hand. It is a curve and so I used the