search for: salmon

Displaying 20 results from an estimated 116 matches for "salmon".

Did you mean: salomon
2012 Jul 10
2
RGB components of plot() colours
A quick question: Is there anywhere a listing of the RGB components of the named colours listed by colors()? For example, where would I find the RGB for "orange1" or "salmon"? When I look at an EPS file from R where I have used these colours, it seems that for: "salmon": 0.9804 0.5020 0.4471 rgb "orange1": 1 0.6471 0 rgb However, this is a tedious way of finding out! With thanks, Ted. ------------------------------------------------- E-Ma...
2010 Oct 22
1
trouble with \textless in Hmisc latex() on a drop1 object
...ile example below. Any suggestions? Thanks. Chris Ryan SUNY Upstate Medical University Binghamton Clinical Campus \documentclass{article} \begin{document} <<options, echo=FALSE, hide=TRUE>>= options(SweaveSyntax = "SweaveSyntaxNoweb") library(Hmisc) @ <<code>>= salmon <- data.frame(cbind(c(rep(0,49),rep(1,51)), rnorm(100), rnorm(100))) names(salmon) <- c("country","freshwater","marine") model1 <- glm(country~freshwater+marine, family="binomial", data=salmon) summary(model1) model1r <- round(drop1(model1),3) @...
2006 Jan 19
8
I can''t figure out how to solve this one
I am creating an application to run a fishing tournament (see http:// www.ruby-forum.com/topic/51209 for a little background) Now I am running into an issue trying to calculate a leader board. each participate can enter multiple fish but only the largest fish per a given species counts towards the overall score. My entries table looks like this:
2003 Dec 17
2
Residential router w/ QoS support?
Did anybody ever come across an affordable, residential cable/dsl router with support for QoS? The ones I've seen so far (Netgear, D-Link and W-Linx) do not seem to support it. I noticed that even email can damage a G.711 stream on an 128kbit uplink, leave alone file-sharing applications. I understand this is strictly related to *, but nevertheless of interest to many of us. Thilo
2003 Jun 27
2
Color names
How does one get a list of all the color names supported by R and the mapping between color names and hex codes? Color names are things like "red", "salmon", etc. I am using Windows 2000 Professional and R 1.7.1.
2004 Apr 29
1
problem with pca
...library) but R doesn't wan to realize my pca because of my data: I have some binary variable (presence/absence of birds, hole, vegetals...) and metric variable (cliff 's size...) and each time I have an error message because of the mix of the 2 type of variable. So, what can I do? Famille SALMON [[alternative HTML version deleted]]
2004 Dec 22
1
Link an Asterisk Box with a PBX (E1 connection)
...es Incoming call from E1 will enter on asterisk, if incoming number is _800n then go to IP phones. In this case no problem. But if it's an another call i want to return call to my old MATRA 6501. I don't known in my dial plan how to send call to an outgoing E1 channel... Thanks ! Jeremy SALMON
2005 Jan 15
3
Return of experience : Asterisk more stable with 2.6 or 2.4
Hi, Just a question, For you, what is the more reliable kernel for an asterisk prod server... Thanks
2002 Apr 11
1
rsync : old file dates generating error during nfs rsync session: Value Too large for defined data type
...didn't work in my situation. I'm therefore posting this message because I think I found a slightly different scnerio that causes this error. Perhaps it will save someone else some time. While trying to find the correct news group to post this to, I found a related posting where Michael Salmon explains this NFS behavior nicely (wish I'd seen this message a few days ago! ). If you are interested in this related explanation, it can be found at http://lists.samba.org/pipermail/rsync/2001-October/005002.html (thanks Michael!). Thanks, Karen Wieprecht ---------...
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
...igium.com/mailman/listinfo/asterisk-users > > > > > -- > > Jöran Vinzens - vinzens at sipgate.de > Telefon: +49 211-63 55 56-21 > Telefax: +49 211-63 55 55-22 > > sipgate GmbH - Gladbacher Str. 74 - 40219 Düsseldorf > HRB Düsseldorf 39841 - Geschäftsführer: Thilo Salmon, Tim Mois > Steuernummer: 106/5724/7147, Umsatzsteuer-ID: DE219349391 > > www.sipgate.de - www.sipgate.co.uk > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check ou...
2000 Nov 22
2
implementing port forward restrictions
...the diffs I'd be happy to supply them. I'd like the opinion of the other developers as to a key in the sshd_config that would be obvious yet not too long to define the ports, and the layout. I was thinking HostAllowsPortsForwarded 143 2401 etc... space delimited numbers. cheers, michael salmon
2007 Apr 03
1
Hints not working using SVN-branch-1.4-r59289
...ls subscribecontext = default ; Set a specific context for SUBSCRIBE requests notifyringing = yes ; Notify subscriptions on RINGING state (default: no) notifyhold = yes ; Notify subscriptions on HOLD state (default: no) limitonpeers=yes allow=ulaw [21] ;Bill Salmons type=peer username=21 callerid=Bill Salmons <21> secret=21 host=dynamic context=default mailbox=21 canreinvite=no nat=1 qualify=yes Subscribecontext=default notifyringing=yes call-limit=30 [23] ;Teresa Trautman type=peer username=23 callerid=Teresa Trautman <23>...
2013 Sep 09
1
Hmisc binconf function value interpretation during narrow confidence intervals
...wing code shows the curious results: #calc 5% CI's. require(Hmisc) alpha <-.95 bin.prob <- binconf(1, 100, alpha=alpha,method='all') colnames(bin.prob)[-1] <- paste('p',c(alpha/2,1-alpha/2),sep='') bin.prob ______________________________________ Michael Folkes Salmon Stock Assessment Canadian Dept. of Fisheries & Oceans Pacific Biological Station 3190 Hammond Bay Rd. Nanaimo, B.C., Canada V9T-6N7 Michael.Folkes at dfo-mpo.gc.ca
2013 Mar 12
2
funtion equivalent of jitter to move figures on device
...m keen to write or find a function that moves my small scatter plots so they don't overlap. A little like jitter, but not random in behaviour, it needs to move away from the plots it's overlapping. thanks to all Michael _______________________________________________________ Michael Folkes Salmon Stock Assessment Canadian Dept. of Fisheries & Oceans Pacific Biological Station [[alternative HTML version deleted]]
2004 Nov 29
1
Labeling charts within a loop
...)[["bpri3ccf"]]) strengthbar<-cbind(AV,RP,LT,IT) pdf(paste("school",school.number,"rel", ".pdf",sep="")) barplot(strengthbar,names=c("AV", "RP", "LT", "IT"),width=c(.5,.5,.5,.5),ylim = c(0, 4),col=("salmon")) legend(1.0,3.8,legend=c("1=Relative Weakness", "2=Similar to District", "3=Relative Strength")) title(main=(paste("Grade 3 Relative Strengths and Weaknesses", "\n", "School ", school.number,sep=""))) dev.off() } [...
2009 Oct 08
2
lattice: passing multiple lty values to the key/legend
...#39;, lty=1:3 , auto.key=list(text = levels(as.factor(xx$v1)) , title='', cex.title=.75,points=F,lines = T,cex=1, x = .5, y = -0.1,corner = c(0, 0), between=1,columns=3,between.columns=2), ) _______________________________________________________ Michael Folkes Salmon Stock Assessment Canadian Dept. of Fisheries & Oceans Pacific Biological Station 3190 Hammond Bay Rd. Nanaimo, B.C., Canada V9T-6N7 Ph (250) 756-7264 Fax (250) 756-7053 Michael.Folkes@dfo-mpo.gc.ca <mailto:Michael.Folkes@dfo-mpo.gc.ca> [[alternative HTML version deleted]]
2004 Mar 01
3
wbinfo -u returns 0xc0000022
....so session required /lib/security/$ISA/pam_limits.so session required /lib/security/$ISA/pam_unix.so /etc/pam_smb.conf DOMAIN pdc bdc (substitute actual domain and netbios names of pdc and bdc) What should I check next? Any help would be appreciated. Michael Salmons salmonsm@missouri.edu
2009 Jan 10
1
Hmisc-xtable label
...e{headings} \parskip 7.2pt \begin{document} \setkeys{Gin}{width=1.1\textwidth} \maketitle \tableofcontents The hyperlink of table 1 doesn't work!!!! but the hyperlink of table 2 works OK \newpage \listoftables \listoffigures \section{Introduction} \label{sec:introduction} Winter-run Chinook salmon is one of four distinct "runs" of Chinook salmon (Oncorhynchus tshawytscha).... \section{Study Area} The Sacramento River is the largest river system in California, flowing south through 600 kilometers (km)... \section{Methods} \subsection{Sampling gear} Sampling was conducted along a tr...
2011 Mar 04
4
Floating points and floor() ?
...erhaps somebody could clarify for me if the following is a floating point matter or otherwise, and how am I to correct for it? > floor(100*.1) [1] 10 > 100*(1.0-.9) [1] 10 > floor(100*(1-0.9)) [1] 9 Thanks! Michael _______________________________________________________ Michael Folkes Salmon Stock Assessment Canadian Dept. of Fisheries & Oceans Pacific Biological Station 3190 Hammond Bay Rd. Nanaimo, B.C., Canada V9T-6N7 Ph (250) 756-7264 Fax (250) 756-7053 Michael.Folkes@dfo-mpo.gc.ca [[alternative HTML version deleted]]
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
...t; >> >> >> >> -- >> >> Jöran Vinzens - vinzens at sipgate.de >> Telefon: +49 211-63 55 56-21 >> Telefax: +49 211-63 55 55-22 >> >> sipgate GmbH - Gladbacher Str. 74 - 40219 Düsseldorf >> HRB Düsseldorf 39841 - Geschäftsführer: Thilo Salmon, Tim Mois >> Steuernummer: 106/5724/7147, Umsatzsteuer-ID: DE219349391 >> >> www.sipgate.de - www.sipgate.co.uk >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digit...