search for: spb

Displaying 20 results from an estimated 115 matches for "spb".

Did you mean: skb
2010 Nov 10
2
maptools package
A few years back, I wrote some code to plot maps with the maptools package. Now I am trying to reproduce my results, only to find out that maptools has been updated and my code no longer works. I've been able to fix the first part of it by forcing spb <- maptools:::read.shape("/home/sasha/Documents/maps/spb.shp") (as read.shape has been deprecated) but now when I do plot(spb, xlab="Longitude", ylab="Latitude", main="Map of St Petersburg, Russia") I get the message Error in xy.coords(x, y, xlabel, yla...
2011 Feb 06
2
Subsampling out of site*abundance matrix
...is is the only way I know to get an example on here) abund1 <- c(150, 300, 0, 360, 150, 300, 0, 240, 150, 0, 60, 0, 150, 0, 540, 0, 0, 300, 0, 240, 300, 300, 0, 360, 300, 0, 600, 0) abund2 <- matrix(data=abund1, nrow=4, ncol=7) colnames(abund2) <- c("spA", "spB", "spC", "spD", "spa", "spF", "spG") rownames(abund2)<-c("site1", "site2", "site3", "site4") ##### > abund2 spA spB spC spD spa spF spG site1 150 150 150 150 0 300 300 site2 300 300 0...
2005 Oct 09
1
1.0.alpha3 plaintext authentication problem
...hanisms = plain passdb passwd-file { args = /usr/local/etc/dovecot.passwd } userdb passwd-file { args = /usr/local/etc/dovecot.passwd } user = root } Here are two lines in dovecot.passwd which define the user that I use: wail:password-hash:1050:1032:Administrator wail.spb.ru:/home/wail.spb.ru:::/var/mail/wail wail at nevoservice.ispvds.com:password-hash:1050:1032:Administrator wail.spb.ru:/home/wail.spb.ru:::/var/mail/wail A few lines from my /var/log/dovecot/info file: dovecot: Oct 10 02:03:11 Info: auth(default): client in: AUTH 1 PLAIN service=POP...
2009 Oct 19
1
updating columns using other column as reference
Dear R-gurus, Just supose I have a dara.frame that looks like myDF<-read.table(stdin(),head=T,sep=",") codID,namesp,k1,k2,k3,k4 1,spA,2,5,6,3 2,spB,4,5,4,6 3,spC,2,1,5,6 4,spC,5,4,3,2 5,spD,1,2,3,4 6,spE,2,4,3,1 I need to update the columns k1-k4 with the namesp, but considering the math between Kx and codID. My desired output must looks like: codID,namesp,k1,k2,k3,k4 1,spA,spB,spD,spE,spC 2,spB,... 3,spC,... 4,spC,... 5,spD,... 6,spE,......
2009 Oct 26
1
defining number of samples
...== "SD"] t = 1.4181, df = 159.203, p-value = 0.1581alternative hypothesis: true difference in means is not equal to 0 95 percent confidence interval: -1.547018 9.426110 sample estimates:mean of x mean of y 21.34627 17.40672 > t.test(Ht_cm[from_treeline=='above'][type=='SPB'],Ht_cm[from_treeline=='below'][type=='SPB'])Error in t.test.default(Ht_cm[from_treeline == "above"][type == "SPB"], : not enough 'x' observations> its ok with the first command, but it says 'not enough 'x' observations', in the...
2012 Aug 24
3
Euclidean distance function
...olumns (traits) to use to calculate the Euclidean distance rather than having to reformat the dataset every time. In the hope of clarifying this with a simplified example, I want to take a dataset like this: Species x y z n spA 2.9 34.2 0.54 15.7 spB 5.5 46.5 0.45 19.4 spC 1.4 48.6 0.84 24.8 spD 8.3 56.1 0.48 21.3 Then extract the Euclidean distances using the general equation d=sqrt[(x2-x1)^2+(y2-y1)^2+...+(n2-n1)^2] for particular data columns. So in this example I might want the di...
2009 Nov 05
3
performing operations on a dataframe
Hey all, I feel like the solution to this problem should be relatively simple, but for some reason I can't find answers or come up with my own solution. Given the dataframe: (SpA and SpB not important, want to look at distribution of cooccurance for each year) Year SpA SpB Coocc 2000 0 2000 2 2000 1 2001 8 2001 2 2001 0 2001 0 2002 1 2002 2 How can I apply different functions to the Coocc of each year? (Note: Different lengths for each year, ie, length(Year==2000)!=lengt...
2012 Jan 05
2
Bayesian estimate of prevalence with an imperfect test
...he folllowing code has been cut and pasted directly from the web resource - the only change I have made is to fill in my values for T, n, low/high se/sp and the alpha beta for the distributions) prevalence.bayes<-function(theta,T,n,lowse=0.5,highse=1.0, sea=1,seb=1,lowsp=0.5,highsp=1.0,spa=1,spb=1,ngrid=20,coverage=0.95) { ibeta<-function(x,a,b) { pbeta(x,a,b)*beta(a,b) } ntheta<-length(theta) bin.width<-(theta[ntheta]-theta[1])/(ntheta-1) theta<-theta[1]+bin.width*(0:(ntheta-1)) integrand<-array(0,c(ntheta,ngrid,ngrid)) h1<-(highse-lowse)/ngr...
2016 Jun 08
2
unbound and ntp issuse
Slawa Olhovchenkov <slw at zxy.spb.ru> writes: > IMHO, ntp.conf need to include some numeric IP of public ntp servers. https://en.wikipedia.org/wiki/NTP_server_misuse_and_abuse https://en.wikipedia.org/wiki/Poul-Henning_Kamp#Dispute_with_D-Link DES -- Dag-Erling Sm?rgrav - des at des.no
2016 Jun 08
2
unbound and ntp issuse
Slawa Olhovchenkov <slw at zxy.spb.ru> writes: > IMHO, ntp.conf need to include some numeric IP of public ntp servers. https://en.wikipedia.org/wiki/NTP_server_misuse_and_abuse https://en.wikipedia.org/wiki/Poul-Henning_Kamp#Dispute_with_D-Link DES -- Dag-Erling Sm?rgrav - des at des.no
2010 Apr 13
0
dbFD computing distinct species wrong?
...quot;,"b","c","d", "a","b","c","d", "b","c","d","a", "c","d","b","a"), byrow = TRUE, nrow=4, ncol=4) rownames (fd) <- c("spA", "spB", "spC", "spD") # species colnames (fd) <- c("F1", "F2", "F3", "F4") # functional categories fd # note that spA and spB have identical functional coding comm <- matrix (c(1,0,1,0, 1,0,1,0, 0,1,1,0, 0,1,0,1), nrow=4, ncol...
2014 Apr 16
16
[Bug 77529] New: NVS 510 DP-3 output doesn't work
...Bug ID: 77529 Assignee: nouveau at lists.freedesktop.org Summary: NVS 510 DP-3 output doesn't work QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: tex at sergio.spb.ru Hardware: Other Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg DP-3 output doesn't work on NVS 510 (Kepler, NVE7, GK107) card. As soon as I load nouveau, third output becomes blank. All other outputs, including...
2001 Mar 21
2
openSSH 2.5.2 and S/Key support
Hi, I am trying to use/install openSSH 2.5.2p1 with S/Key support. The recommended libraries come from the following site: http://www.sparc.spb.su/solaris/skey/ Is that a credible source? During the compilation of skey, I notice some reference to sendmail. Could you please advise on this? Also, once S/Key support is built into openSSH do I need to go an get S/Key server and client software from somewhere? Thanks, *****************...
2007 Oct 14
1
difference between FXO interfaces !
...O/FXS) All i need is to put asterisk in place with 4-8 incomming lines (ordinary POTS ). With IVR, Voice mail and International Call via SIP. Office is having 12 phone lines. Thanks in Advance to all who shared his/her wisdom. -- With Regards, Mandeep Singh Bhabha email: mandeep at ponimanie.spb.ru
2020 Oct 23
6
NetBios at AD DC mode ?
...would be better to offer to admins/users alternative - who wants they uses v2 and not uses NetBios, who wants they return to v1 and uses NetBios that they could make a decision on their own And this will be fully identical functioning as Windows DCs behaviour. As for compatibility also. Cp Service SPb...
2011 Jan 20
4
LMTP & home, chroot, mail userdb fields.
...5 lmtp(38939, lev at domain.com): Error: BUG: Saving failed to unknown storage Jan 20 12:19:25 lmtp(38939): Info: Disconnect from local: Client quit How should I change my userdb output to make both POP/IMAP and LMTP processes happy? -- // Black Lion AKA Lev Serebryakov <lev at serebryakov.spb.ru>
2016 Jun 02
2
unbound and ntp issuse
Default install with local_unbound and ntpd can't be functional with incorrect date/time in BIOS: Unbound requred correct time for DNSSEC check and refuseing queries ("Jul 1 20:17:29 yellowrat unbound: [3444:0] info: failed to prime trust anchor -- DNSKEY rrset is not secure . DNSKEY IN") ntpd don't have any numeric IP of ntp servers in ntp.conf -- only symbolic names like
2016 Jun 02
2
unbound and ntp issuse
Default install with local_unbound and ntpd can't be functional with incorrect date/time in BIOS: Unbound requred correct time for DNSSEC check and refuseing queries ("Jul 1 20:17:29 yellowrat unbound: [3444:0] info: failed to prime trust anchor -- DNSKEY rrset is not secure . DNSKEY IN") ntpd don't have any numeric IP of ntp servers in ntp.conf -- only symbolic names like
2003 Feb 19
1
RODBC problems
...hn UFZ - Umweltforschungszentrum Leipzig-Halle GmbH - Sektion Biozoenoseforschung - UFZ - Centre for Environmental Research - Department of Community Ecology - Theodor-Lieser-Strasse 4 06120 Halle Germany Tel (+49)345 / 558 5311 Fax (+49)345 / 558 5329 email: kuehn at halle.ufz.de http://www.ufz.de/spb/bioz/
2006 Oct 29
1
dovecot auth + postifx: how to disable PLAIN and LOGIN without TLS?
...auth? I don't want to disable these mechanisms in auth {} stanza of dovecot.conf, because they are Ok over SSL/TLS. It works for dovecot-pop3 and dovecot-imap, but not for postfix :( postfix 2.3.3, dovecot 1.0rc10. -- Best regards, Lev mailto:lev at serebryakov.spb.ru