Displaying 12 results from an estimated 12 matches for "godin".
Did you mean:
odin
2012 Mar 14
3
Export a plot/figure to excel or word?
...nd these files in an Excel or MS Word format such that they can treat them as tables with box plots.
I am not sure if I can do this... Is this possible? I've tried the capture.output command, but I get a blank MS Word document.
Thank you very much in advance,
Best,
Aurelie
Aurelie Cosandey-Godin
Ph.D. student, Department of Biology
Industrial Graduate Fellow, WWF-Canada
Dalhousie University | Biology Dept. | 1459 Oxford Street |Halifax, NS | Canada B3H 4R2
Phone: 1-902-494-2146 | cell: 1-902-412-3404 |Fax: 1-902-494-3736
Email: godina@dal.ca | Skype: aureliegodinco | Web: wormlab.biolo...
2011 Nov 01
2
Removal/selecting specific rows in a dataframe conditional on 2 columns
...1440 17 9
588 5 913 3 10 340 3O Q31 1800 18 9
589 5 913 4 10 340 3O Q32 2142 17 9
Any tips on how extract this "zero" data.frame in R?
Thank you very much in advance!
Best,
~Aurelie
Aurelie Cosandey-Godin
Ph.D. student, Department of Biology
Industrial Graduate Fellow, WWF-Canada
Dalhousie University | Email: godina@dal.ca
[[alternative HTML version deleted]]
2011 Nov 06
1
Combining some duplicated rows & summing one of their column
...ue(events$EID))
[1] 162
I would like to combined each replicate EID together and sum their "catch". I've been trying a few things with the plyr package... but can't find a rather straightforward command.
Any tips would be much appreciated! Thank you very much!
Aurelie Cosandey-Godin
Ph.D. student, Department of Biology
Industrial Graduate Fellow, WWF-Canada
Dalhousie University | Email: godina@dal.ca
[[alternative HTML version deleted]]
2011 Dec 04
1
Polishing my geom_bar for publication
...pdf("polishing-layout2.pdf", width = 10, height = 6)
grid.newpage()
pushViewport(viewport(layout = grid.layout(1, 2)))
vplayout <- function(x, y)
viewport(layout.pos.row = x, layout.pos.col = y)
print(a, vp = vplayout(1, 1))
print(b, vp = vplayout(1, 2))
dev.off()
Aurelie Cosandey-Godin
Ph.D. student, Department of Biology
Industrial Graduate Fellow, WWF-Canada
Dalhousie University | Biology Dept. | 1459 Oxford Street |Halifax, NS | Canada B3H 4R2
Phone: 1-902-494-2478 | cell: 1-902-412-3404 |Fax: 1-902-494-3736
Email: godina at dal.ca | Skype: aureliegodinco | Web: wormlab.bi...
2013 Jun 13
1
Ubuntu 12.04 and fallocate()
Hey all,
Trying to use fallocate with qcow2 images to increase performance. When
doing so (with OpenStack), my Gluster mountpoint goes into "Transport
endpoint is not connected".
I am running the Ubuntu 12.04 version of glusterfs-client/server
(3.2.5-1ubuntu1) and fuse (2.8.6-2ubuntu2).
Any ideas?
Thanks,
Jacob
-------------- next part --------------
An HTML attachment was
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
...8
9299 5 899 5 12 746 3L W27 1129 14 7
Where t5[,26] correspond to t5$EID column. I'm sure it's simple, but I'm not sure how to remove all of these now from my t5 dataframe! Tips would be very much appreciated!
Thank you!
Aurelie Cosandey-Godin
Ph.D. student, Department of Biology
Industrial Graduate Fellow, WWF-Canada
Dalhousie University | Email: godina@dal.ca
[[alternative HTML version deleted]]
2012 Mar 09
2
Create a list object in a loop
Dear all,
I'm trying to create a list of point patterns ppp.object {spatstat} in a loop.
My dataset looks like this:
> names(OT1);head(OT1);dim(OT1)
[1] "EID" "latitude" "longitude" "month" "year" "CPUE" "TSUM"
[8] "fTSUM"
EID latitude longitude
2010 Oct 18
0
Re: Do someone can help me please?
...occasionally venture business books for fresh
insights. I also have about how political campaigns are business, written during the
Buy WOW Gold (http://www.zyy.com)proper role is as a senior legislator. Thus you can learn a
lot of campaigns. However, I was not on this review until I read Seth Godin's blog entry last week, took
just the political brain: the role of emotion in the fate of the nation by Drew Westen. Seth nailed
instant WOW Gold. Consumers do not care logic, WOW Gold (http://www.storeingame.com/)
they want stories and emotions. And so it goes with the voters and constitue...
2003 Sep 07
1
BugReport: file/directory warning ambiguous
rsync -aczuv --rsh=ssh /var/www/html/ $USER@$HOST:/data/web/$USER/html
--exclude='**usage/' --exclude='**phpMyAdmin/'
--exclude='**thumbnails/' --exclude='**mrtg/' --exclude='**icon'
--exclude='template.htm' --delete
$USER@$HOST's password:
building file list ... done
failed to set permissions on . : Operation not permitted
mr/
mr/index.htm
2012 Mar 26
1
Error in par(pin = p) : invalid value
Dear list,
I am getting an error message with "pin" and I am not quiet sure how to fix it.
library(maps)
op<-par(mar=c(1,1,1,1))
map(xlim=c(-40,-45),ylim=c(60,65), boundary=T, fill=T, col='gray95')
>Error in par(pin = p) :
invalid value specified for graphical parameter "pin"
par("pin")
> par("pin")
[1] 8.188889 8.188889
I saved an
2014 Sep 14
0
Snimanja energetskih fenomena na bosanskim piramidama
...LEGENDARNI GRAHAM HANCOCK NA BOSANSKIM PIRAMIDAMA
U posjeti Bosanskoj dolini piramida boravio je u julu 2014. autor bestselera
?Fingerprints of God? (?Otisci prstiju Bogova?), legendarni
istra?iva? i publicist Graham Hancock iz Londona. On je posjetio sve
viso?ke lokacije na kojima ve? devet godina radi Fondacija ?Arheolo?ki
park: Bosanska piramida Sunca?: Podzemni labirint Ravne, Bosansku piramidu
Sunca (betonske blokove na sjevernoj strani i vrh piramide), Bosansku
piramidu Mjeseca, tumulus u Vratnici i KTK tunele. Osim obilaska lokacija s
Osmanagi?em, susreo se i sa stru?nim timom Fondaci...
2005 May 01
0
Eager loading with self associations
Hi,
I''m new to ruby on rails and I''m trying to make a self association (as
when an employee has a manager, whom is also an employee) work with
eager loading on postgres, but the generated sql is wrong
the two ends of the association are in the same table (setores), the
foreign key is setor_pai and the generated SQL contains this:
FROM setores LEFT OUTER JOIN setores ON