search for: trawl

Displaying 20 results from an estimated 211 matches for "trawl".

Did you mean: crawl
2011 Jul 12
1
Connecting to Empress DB using RODBC
Hi there, I am using the RODBC library to connect to an Empress database. I have installed the ODBC data source with the server DNs number and port, and named the source "Trawl". It is the odbcDriverConnect that seems to have the problem, and I suspect one of the settings in my Data Source is wrong, or that my syntax to identify the database is wrong. I have not set CodeSet or ODBC Version. Here are the error messages. 1: In odbcDriverConnect("Trawl") :...
2006 Mar 15
1
filtering in aggregate
Hello all, I have a data frame with year, month, species, fishing gear and catch (Y, M, S, F, C) and I want the sum of C by Y for species "A" and fishing gear "trawl". I tried things like aggregate(C[S=="A" & F=="trawl"], list (Year = Y[S=="A" & F=="trawl"]), fun=sum), but it didn't worked. To overcome this problem I did a subset as a new data frame and then I used aggregate. But I'm sure there...
2012 Feb 15
7
matching a sequence in a vector?
Hi All, I've been trawling through the documentation and listserv archives on this topic -- but as yet have not found a solution. I'm sure this is pretty simple with R, but I cannot work out how without resorting to ugly nested loops. As far as I can tell, grep, match, and %in% are not the correct tools. Question:...
2010 Sep 08
1
Change plot order in lattice xyplot
...egin with June, then July, August, September, October, beginning at the top left side of the plot area. Does anyone now how to make this happen? A section of my data and the commands I am currently using are shown below. Thank you for any assistance! Data: Month Log10_echo_integration_dens Log10_trawl_dens June -2.55876 -2.74726 June -2.24346 -3.7015 July -3.14616 -2.83227 July -2.69961 -3.7015 August -2.96135 -3.7015 August -2.29246 -2.29232 September -2.2096 -2.20181 September -1.80488 -1.81614 October -2.28896 -1.84266 October -2.4 -2.35319 #Commands lattice.options(default.args = list(as.t...
2008 Aug 13
3
conditional IF with AND
Hi everyone, I'm trying to create an "if" conditional statement with two conditions, whereby the statement is true when condition 1 AND condition 2 are met: code structure: if ?AND? (a[x,y] <condition1>, a[x,y] <condition2>) I've trawled through the help files, but I cannot find an example of the syntax for incorporating an AND in a conditional IF statement. Thanks, rcoder -- View this message in context: http://www.nabble.com/conditional-IF-with-AND-tp18966890p18966890.html Sent from the R help mailing list archive at Nabble....
2013 Mar 28
4
Protect Icecast Admin/Run on different port?
Hi list, We're new to Icecast and we're looking at securing the admin functions. I've trawled the docs but it's not clear to me if we are able to run this on a different TCP port to the streams themselves. Has anyone with a little more experience any insight into this? Thanks, David.
2006 Sep 26
5
putting stuff into bins...
...bins and then extract fanciful informations like the mean value of each bin. I know I can write my own function, but I would have thought that R should have somewhere a function that took as arguments something like (data, breaks, what to do with the data in the bins). I surey could not find it trawling the R-help archives though. If such a function exists I'd be grateful to anyone pointing it out to me. Cheers, Fede -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 7594 1602 F...
2016 Jul 14
2
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
...> > > > Andrew Bartlett > > > > Andrew, I know all this, but in this instance. the OP is going to > run  > Dovecot on the DC. Now, if you are happy to say that Samba is now  > recommending using the Samba AD DC as a fileserver etc, I am quite > happy  > to trawl the wiki, removing any references to not using the DC as a  > fileserver etc, otherwise, I will go back to my plan of creating a > wiki  > page for Dovecot similar to the Apache one. I didn't see anything in the instructions that were specific to running on a DC, and in any case, we c...
2003 Jan 29
2
calling sweave function from latex
...derstand it you first process the R chunks of code using the Sweave function called from within R to process a "precursor file" e.g. foo.sw to get a LaTex file (foo.sw.tex) that you then process with latex foo.sw.tex. ------------------------ example code segment %\item {\bf Matched trawl and acoustic data} \label{real data} \item {\bf Results} %%%% sweave code <<echo=false,results=hide>>= average.trawl.spp.composition() @ %%%% insert figure generated from sweave code \begin{figure} \includegraphics[scale=0.6]{../figures/bycatch_by_weight} \caption{\label{catch by we...
2003 Jan 29
2
calling sweave function from latex
...derstand it you first process the R chunks of code using the Sweave function called from within R to process a "precursor file" e.g. foo.sw to get a LaTex file (foo.sw.tex) that you then process with latex foo.sw.tex. ------------------------ example code segment %\item {\bf Matched trawl and acoustic data} \label{real data} \item {\bf Results} %%%% sweave code <<echo=false,results=hide>>= average.trawl.spp.composition() @ %%%% insert figure generated from sweave code \begin{figure} \includegraphics[scale=0.6]{../figures/bycatch_by_weight} \caption{\label{catch by we...
2017 Oct 06
2
My sub-folder with Outlook work-around to date
...then create actual e-mail folders under the "Rentals" Linux directory as such. With Outlook 2013 and 2016 this seems to have stopped working and so I implemented a work-around where the user creates a normal folder, example "Rentals++", and I have written a cron script that trawls the $HOMEs each minute and if it finds a folder with a "++" at the end, it creates the folder as a directory, so: /u/home/someuser/mail/Rentals++ becomes: /u/home/someuser/mail/Rentals/ and adds this new subscription to their .subscription folder. It also sends an e-mail to the us...
2009 Jul 09
2
executing an error prone function without stopping a script
Dear R Users, I've used this a long time ago but have forgotten. Trawling aroung the various sources somehow does not lead me to it. How can I execute an error prone function without stopping a script if it goes wrong ? Thanks in advance, Tolga This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sal...
2006 Feb 20
3
Boxplot Help for Neophyte
...dd some format and labels e.g. title= , xlab =, ylab= , notch=TRUE etc. I managed to figure that ok. However, I could not figure out how to get the labels myData1, myData2, and myData3 on the boxplot x-axis to denote which box was which (though I knew by looking). Can anybody help with this? I trawled through my downloaded R pdfs but could not find a way. Regards Alex Park
2016 Jul 16
3
How to GSSAPI/Kerberos authenticate with Dovecot [formerly Where is krb5.keytab or equivalent?]
...;>> >>> Andrew, I know all this, but in this instance. the OP is going to >>> run >>> Dovecot on the DC. Now, if you are happy to say that Samba is now >>> recommending using the Samba AD DC as a fileserver etc, I am quite >>> happy >>> to trawl the wiki, removing any references to not using the DC as a >>> fileserver etc, otherwise, I will go back to my plan of creating a >>> wiki >>> page for Dovecot similar to the Apache one. >> I didn't see anything in the instructions that were specific to running...
2011 Dec 16
2
DNS update failed! - Samba 3 joining Samba 4 AD Domain
...(from latest git), works fine. I'm now attemptng to use a separate samba 3 box as the file server (as I'm assuming this is current best practice?) but when joining the domain (which succeeds) I get the message 'DNS update failed!'. I've seen a lot of issues with this whilst trawling the net but no solutions. Windows clients can join the domain, it's only samba3 clients that can't. I haven't done anything special on the S3 clients (as I didn't need to with the windows clients) but maybe I need to? Anyway, if anybody has any ideas I'd be grateful. Mik...
2013 Feb 07
4
help with creating new variables using a loop
Hi there, I've got a set of 10 numeric variables called Mood1 to Mood10 in a dataset called mood. I'm trying to create a set of 10 new variables called m1 to m10 so that m1=Mood1*1, m2=Mood2*2, etc to m10=Mood10*10 Trawling through the internet, I eventually tried the following code: for (i in 1:10){ assign(x=paste0("mood$m",i), value=paste0("mood$Mood",i)*i, envir=.GlobalEnv) } unfortunately this doesn't work as it seems the paste0 function returns a list object that o...
2016 Jul 12
2
Enforcing password history policy on password resets
...is a problem and in Windows 2008 R2 SP1 introduced a supportedControl on RootDSE: LDAP_SERVER_POLICY_HINTS_DEPRECATED_OID (1.2.840.113556.1.4.2066), later LDAP_SERVER_POLICY_HINTS_OID (1.2.840.113556.1.4.2239), which enables such password history enforcement on LDAP password resets. I've been trawling the internet and Samba source code looking for a way to achieve the same thing, to no avail. Does anyone have any suggestions on how to get password history to be enforced on password resets? Many thanks, Mateusz -- Mateusz Uzdowski | Principal Developer SilverStripe http://silverstripe.com...
2008 Dec 03
2
Making a picture that is wide and small height
...quot;,height=1,width=6) > plot(x=c(1,2,3,4),y=c(1,1,1,1)) I got the following error message: Error in plot.new() : figure margins too large Is it possible to produce an on-screen picture that is a horizontal strip? (I use Mac Os X 10.4.11, and quartz().) What about pdf? I have spent many hours trawling through the online help information and this forum, without success. Where is this explained? Thanks for any help David -- View this message in context: http://www.nabble.com/Making-a-picture-that-is-wide-and-small-height-tp20808401p20808401.html Sent from the R help mailing list archive at...
2013 Mar 29
2
Error message in dredge function (MuMIn package) used with binary GLM
...bal model. models<- dredge(globalmodel, beta=FALSE, evaluate=TRUE, rank="AICc", chat=chat, fixed=NULL, trace=FALSE) And the error message is: Error in UseMethod("logLik") : no applicable method for 'logLik' applied to an object of class "logical" I have trawled the literature and it seems to be ok to use a binary GLM as the global model - could this be the problem? The variables are a mix of binary and continuous data. Any thoughts? Thanks, Cat
2008 Dec 22
2
Install app_rxfax and app_txfax in 1.4withLenny
...described in the README file ;). SpanDSP - 0.0.4 pre 16 LibTiff - >= 3.8 but <4.0 I had to trawl around for the right SpanDSP - but I can e-mail a copy to whomever wants one (drop me a personal e-mail and I'll attach it by return) HTH Andy -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier S...