search for: paccsap

Displaying 3 results from an estimated 3 matches for "paccsap".

Did you mean: lacsap
2012 Oct 12
1
ks.test not working?
...s=1000) Any advice? Apologies in advance if I have used the wrong email address. Regards, Louise Wilson Louise Wilson Climate Projections Project Officer CSIRO Climate Adaptation Flagship National Resource Management (NRM) Pacific-Australia Climate Change Science and Adaptation Planning Program (PACCSAP) CSIRO Marine and Atmospheric Research Private Bag 1 (107-121 Station St) Aspendale, Victoria 3195 P: +61 3 9239 4619 | F: +61 3 9239 4444 | E: louise.wilson@csiro.au<mailto:louise.wilson@csiro.au> [[alternative HTML version deleted]]
2012 Oct 12
0
(no subject)
...ibution parameters?),alternative=”pgev”,nboots=1000) Any advice? Regards, Louise Wilson -- *Louise Wilson* Climate Projections Project Officer CSIRO Climate Adaptation Flagship National Resource Management (NRM) Pacific-Australia Climate Change Science and Adaptation Planning Program (PACCSAP) CSIRO Marine and Atmospheric Research Private Bag 1 (107-121 Station St) Aspendale, Victoria 3195 P: +61 3 9239 4619 | F: +61 3 9239 4444 | E: louise.wilson@csiro.au [[alternative HTML version deleted]]
2013 Jul 16
1
Masking oceans using polypath
Hi R-help I am trying to mask the ocean from an image plot I have made. Here is some example code: library(mapdata) image(x=110:155, y =-40:-10, z = outer(1:45, 1:30, "+"), xlab = "lon", ylab = "lat") outline <- map("worldHires", plot=FALSE) # returns a list of x/y coords xrange <- range(outline$x, na.rm=TRUE) # get bounding box yrange