search for: nanaimo

Displaying 15 results from an estimated 15 matches for "nanaimo".

Did you mean: animo
2011 Sep 24
2
maptools::sunriset() daylight savings to stardard time change
...start <- as.POSIXct("2011-11-05 12:00:00") end <- as.POSIXct("2011-11-07 12:00:00") date.ser<-seq(start,end,by='day') date.ser [1] "2011-11-05 12:00:00 PDT" "2011-11-06 11:00:00 PST" [3] "2011-11-07 11:00:00 PST" library(maptools) nanaimo <- matrix(c(-123+(-57/60),49+11/60), nrow=1) sunriset(nanaimo, date.ser, direction="sunrise", POSIXct.out=T)[,2] [1] "2011-11-05 08:09:42 PDT" "2011-11-06 06:11:19 PST" [3] "2011-11-07 07:12:56 PST" _______________________________________________________...
2013 Sep 09
1
Hmisc binconf function value interpretation during narrow confidence intervals
...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
2009 Oct 08
2
lattice: passing multiple lty values to the key/legend
...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]]
2011 Mar 04
4
Floating points and floor() ?
...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]]
2011 Aug 17
3
Convert week value to date
...of each week. Instead, it's giving me 52 values of today's date. Where am I erring? 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]]
2011 Apr 04
2
RODBC excel - need to preserve (or extract) numeric column names
...t in a vector? Perhaps I can use that method and rename the dataframe column names later? 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 <mailto:Michael.Folkes@dfo-mpo.gc.ca> [[alternative HTML version deleted]]
2007 Jul 10
2
Plot SpatialLinesDataFrame with xlim & ylim
...rong? Should I be using a different object for simple coastline & river data? Thanks in advance! 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 folkesm@pac.dfo-mpo.gc.ca [[alternative HTML version deleted]]
2007 Oct 31
1
Lattice: par.ylab.text alpha ?
...'m interpreting alpha correctly as this gets rid of axes: trellis.par.set(list(axis.line=list(alpha=0))) _______________________________________________________ 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 folkesm@pac.dfo-mpo.gc.ca [[alternative HTML version deleted]]
2011 Jan 27
1
binomial dist: obtaining probability of success on each trial
...once somebody explains, but google and R-help archive searches have failed me. :( thanks in advance! Michael _______________________________________________________ Michael Folkes Salmon Stock Assessment Canadian Dept. of Fisheries & Oceans Pacific Biological Station 3190 Hammond Bay Rd. Nanaimo, B.C., Canada V9T-6N7 [[alternative HTML version deleted]]
2011 Sep 26
0
as.POSIXct and time zones
...being at midnight of the specified TZ." (i.e. if TZ="", then local TZ is used.) 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]]
2011 Oct 20
0
Apply approx() to an array and eventually a list of arrays
...#39;]]) lapply(test.list, FUN=approx,xout=xout) # clearly doesn't work ######################### CODE END _______________________________________________________ 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 at dfo-mpo.gc.ca
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
...ts and Settings\haighr=09 VSEDEFLOGDIR C:\Documents and Settings\All Users\Application Data\McAfee\DesktopProtection=09 windir C:\WINDOWS=09 =20 Rowan Haigh Research Biologist, Groundfish Section Marine Ecosystems & Aquaculture Division Fisheries and Oceans Canada Pacific Biological Station, Nanaimo, BC V9T 6N7 Tel. +1 250-756-7123 fac simile +1 250-756-7053 Email Rowan.Haigh at dfo-mpo.gc.ca =20 [[alternative HTML version deleted]]
2012 Mar 13
1
Amount of memory occupied by data type
...3,4,5)) mode(arr) class(arr) storage.mode(arr) mode(arr2) class(arr2) storage.mode(arr2) object.size(arr) object.size(arr2) ______________________________________ 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@pac.dfo-mpo.gc.ca [[alternative HTML version deleted]]
2008 Nov 04
1
contour plot, failing to interpolate through all data
...vector(row(junk2))]),as.numeric(as.vector(junk2)) ) text(junk3[,1],junk3[,2],junk3[,3],cex=.5) #### End code _______________________________________________________ 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 at dfo-mpo.gc.ca
2009 Oct 08
1
problem understanding factor levels for use lattice panel order
...)) g2<-xyplot(v3~v2|v1,data=xx) xx print(g1,split=c(1,1,2,1),more=T) print(g2,split=c(2,1,2,1),more=F) _______________________________________________________ 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]]