search for: marin

Displaying 20 results from an estimated 1080 matches for "marin".

Did you mean: main
2013 Apr 08
1
Computational Ecologist Job at NOAA in Silver Spring, MD -- Marine Wildlife Spatial Modeling in R
The NOAA National Centers for Coastal Ocean Science is hiring a Computational Ecologist, a statistical/computational ecologist with experience fitting advanced spatial models to marine wildlife survey data (e.g., seabirds and marine mammal transects, fisheries trawl surveys) in R and other statistical languages. This is a full-time, long-term stable contract position. We are looking for an expert R programmer with experience in spatial modeling, especially of marine wildlif...
2016 Dec 05
0
Marine Spatial Modeler/Quantitative Ecologist position
Marine Spatial Modeler/Quantitative Ecologist position Full-Time/Exempt (Salaried) contract position with CSS-Dynamac (40 hrs per week) Job ID: 2016-1790 Location: Silver Spring, MD, USA; National Oceanic and Atmospheric Administration (NOAA) National Centers for Coastal Ocean Science (NCCOS) Posted Da...
2012 Apr 24
2
Combined grouped and stacked bargraph
Dear R list, I am having some trouble drawing a bar-graph with two groups, both of which are stacked. A sample of my data (IUCN and national conservation status for marine and terrestrial species) look like this: Status IUCN Terrestrial IUCN Marine National CS Terrestrial National CS Marine NE 168 69 16 69 LC 41 6 148 6 NT 5 4 7 4 VU 4 2 7 2 EN 4 2 4 2 CR 1 0 2 0 I would like to plot the conservation status for two groups (IUCN...
2012 Apr 25
1
FW: Combined grouped and stacked bargraph
...now if you can help me - I am having some trouble drawing a bar-graph with two groups, both of which are stacked. I would like to plot the conservation status according to two classifications (i.e. my groups - IUCN status and national status), and for each of those groups I would like data for the marine and terrestrial species to be stacked. My data look like this (where the names for the columns are conservation status': NE, LC, NT, VU, EN and CR; and the matrix name is cs.not.log.bp): IUCN.Terrestrial 168 41 5 4 4 1 IUCN.Marine 69 6 4 2 2 0 National.CS.Terr...
2010 Jan 24
2
Creating directories & folders
Dear R users, I would like to create the following 3 folders (FUND1, FUND2, MARINE) within the 'parent.dir' as defined below. FUND1 <- "FD1 Q4 2009" FUND2 <- "FD2 Q4 2009" MARINE <- "MARINE Q4 2009" parent.dir <- "D:/....................." folders <- c("FUND1", "FUND2", "MARINE") for...
2009 Mar 27
3
Ploting a matrix
...ot all columns against the first in 48 different graphs. Can you help me? Thank you in advance Sebastian -- *************************************************************************************************************** Dipl. Biol. Sebastian Krug PhD - student IFM - GEOMAR Leibniz Institute of Marine Sciences Research Division 2 - Marine Biogeochemistry D?sternbrooker Weg 20 D - 24105 Kiel Germany Tel.: +49 431 600-4282 Fax.: +49 431 600-4446 email: skrug at ifm-geomar.de
2015 Sep 29
1
[Bug 2476] New: ssh fails to report IO errors on stdin/stdout/stderr
...is little that sshd could do with this information, since it can't cause errors to be visible at the other ends of the pipes to its child the remote command.) Thanks for your attention, Ian. Transcript demonstrating the problem, and comparing the behaviour with similar commands run locally: mariner:~> ssh localhost date >/dev/full mariner:~> echo $? 0 mariner:~> date >/dev/full date: write error: No space left on device mariner:~> echo $? 1 mariner:~> ssh localhost wc -l 0>/dev/null 0 mariner:~> echo $? 0 mariner:~> wc -l 0>/dev/null wc: standard input: Ba...
2011 Jul 29
2
Changing font type within y axis labels
...l Landings of Pecten maximus (tonnes)",font,=3, side=2, line=3) makes everything italic, but how do I apply the font change to only "Pecten maximus"? Rgds Phil ........................................................................ ..... Dr Philip Boulcott Marine Ecosystems Processes Marine Scotland - Science Scottish Government | Marine Laboratory 375 Victoria Road, Rm B13, Aberdeen, Scotland, AB11 9DB Tel: +44 (0)1224 295439 S/B: +44 (0)1224 876544 Fax: +44 (0)1224 295511 e: p.boulcott@marlab.ac.uk w: http://www.scotland.gov.uk/marinesco...
2006 Jan 25
0
Seeking Rails Developers in Bay Area (Marin County)
Hi There, We have a couple open positions for Rails developers in Marin County, just across from Golden Gate Bridge from San Francisco. For a variety of reasons, we''d prefer folks from a Java background, but mostly we need smart, agreeable, disciplined, and self-directed. Here''s the full job description. Please use the address at the end...
2007 Nov 08
2
Bug#450638: Rebuild fails even if only debian/changelog updated
...See the transcript below, where I * dpkg-source -x debian/xen-3_3.1.1-1.dsc * add an entry to debian/changelog at the top * run dpkg-buildpackage, which fails I installed the build-dependencies on sid and lenny and the path it's looking for doesn't exist there either. Thanks, Ian. mariner:d> dpkg-source -x ../debian/xen-3_3.1.1-1.dsc gpg: Signature made Sat Oct 20 09:23:18 2007 BST using DSA key ID 7F4E0E11 gpg: Can't check signature: public key not found dpkg-source: extracting xen-3 in xen-3-3.1.1 dpkg-source: unpacking xen-3_3.1.1-1.tar.gz mariner:d> cd xen-3-3.1.1/...
2012 Apr 20
4
Secuencias de ficheros
...05-5.dcm" "IM-0005-6.dcm" "IM-0005-7.dcm" "IM-0005-8.dcm" pero el problema es que necesito justo formatos del tipo 0001, 0002, 0003... no del tipo 1, 2, 3... ¿Sabeis cómo hacerlo? Y un saludo a tod en s jm~ _______________________________ J. Miguel Marin http://www.est.uc3m.es/jmmarin Dep. of Statistics University Carlos III of Madrid Spain (E.U.)
2017 Jun 21
4
How to apply a system of ordinary differential equations to a cell grid?
...uestion: at each time step, is it possible to apply the system of ODEs to each habitat polygon (thus each row) in the data frame ?landscape?? I am using lsoda as an ODE solver. Do I need to use another solver to apply the ODEs at each time step? Thank you very much for your advice. Have a nice day Marine [[alternative HTML version deleted]]
2016 Mar 30
2
Compute the Gini coefficient
...cumul_hosts, cumul_parasites, type= "l") >From this Lorenz curve, how can I calculate the Gini coefficient with the function "gini" in R (package reldist) given that the vector "hosts" is not a vector of weights ? Thank you very much for your help. Have a nice day Marine [[alternative HTML version deleted]]
2012 May 01
1
error bars for a barchart
..., "factor"))), .Names = c("Treat", "Process", "Change", "upper", "lower", "fTreat"), row.names = c(NA, -8L), class = "data.frame") Regards Beatriz de Francisco Mora PhD Student The Scottish Association for Marine Science Scottish Marine Institute Oban PA37 1QA Tel: 06131 559000 (switchboard) Fax: 01631559001 E. beatriz.defrancisco@sams.ac.uk<mailto:beatriz.defrancisco@sams.ac.uk> http://www.smi.ac.uk/beatriz-de-franciso The Scottish Association for Marine Science (SAMS) is registered in Scotland as...
2002 Aug 21
0
Population dynamicist job in Queensland, Australia
...If necessary get your hat in the ring by Friday and see to the niceties later, may I suggest. This is a vacancy in my group in Cleveland. The work is interesting and the challenges large. Bill Venables. ---------------------------------------------------------------------------- Division of Marine Research Cleveland, Queensland POPULATION DYNAMICIST Ref: MRC/02 $68K to $82K pa + superannuation In collaboration with other research scientists in the Tropical Marine Ecosystem Management Sub-Program, you will formulate, direct and conduct research into the assessment of marine species popul...
2006 Feb 23
1
R and marine protected areas: algorithms for site selection
...etwork design. many algorithms have been published, and I was wondering any have been implemented in R. I did not seen anything on CRAN or R-help, or on the web in general. Best regards, Eric Eric Pante ---------------------------------------------------------------- College of Charleston, Grice Marine Laboratory 205 Fort Johnson Road, Charleston SC 29412 Phone: 843-953-9190 (lab) -9200 (main office) ---------------------------------------------------------------- "On ne force pas la curiosite, on l'eveille ..." Daniel Pennac
1999 Jul 06
0
Force Group and NFS mounted dir problems
...the "force group" config option work as expected. To make matters more interesting the file system being samba-shared is mounted from another unix server. To explain: Machine "marvin" (Solaris 2.7) exports /mnt/anthias using (/etc/dfs/dfstab): share -F nfs -o root=forty2.bne.marine.csiro.au:reef2.bne.marine.csiro.au, rw=forty2.bne.marine.csiro.au:reef2.bne.marine.csiro.au /mnt/anthias Machine forty2 (Solaris 2.5.1) mounts this as /mnt/anthias. Forty2 runs the samba server. I have defined the share as [anthias] path = /mnt/anthias writable = yes fo...
2011 Oct 17
2
Cargar un comando especifico de una libreria
Hola a tod en s, me gustaría usar solo un(os) comando(s) específico(s) de una librería pero sin cargarla entera a la manera: library(laquesea) ¿se puede hacer de alguna manera? Y saludos y gracias jm~ _______________________________ J. Miguel Marin http://www.est.uc3m.es/jmmarin Dep. of Statistics University Carlos III of Madrid Spain (E.U.)
2011 Sep 05
1
Power analysis in hierarchical models
...ffect, three levels (control, med, high), Fixed. Temp: main effect, two levels (cold, hot), Fixed. Main effect interactions, six levels (fixed) For each main-effect combination I have three replicates. Within each replicate I can take varying numbers of measurements (response variable = Growth (of marine worms)) but, for this example, assume eight). (I?m interested in changing this to see if the experimental power changes much). Total size = 3 x 2 x 3 x 8 = 144 The script thus far goes: =========== start of script ================= library(lme4) #Data frame structure Bleach=rep(c("Control&...
2016 Apr 01
0
Compute the Gini coefficient
...c(rep(1,7),rep(2,7),rep(3,7),rep(4,7)) test <- cbind(parasites,hosts,replications) Should I calculate the average frequency of hosts (replication mean values) and next calculate the cumulative percentage of hosts from the average frequency ? Thank you very much for your time. Have a nice day. Marine ________________________________________ De : Achim Zeileis <Achim.Zeileis at uibk.ac.at> Envoy? : mercredi 30 mars 2016 12:05 ? : Erich Neuwirth Cc : Marine Regis; r-help at r-project.org Objet : Re: [R] Compute the Gini coefficient On Wed, 30 Mar 2016, Erich Neuwirth wrote: > >&gt...