search for: kapo

Displaying 7 results from an estimated 7 matches for "kapo".

Did you mean: kap
2009 Dec 17
1
Problem reading binaries created with fortran (More infos)
...,n=2) [1] 7.812502e-03 6.013470e-154 > readBin(zz,what="character",n=1) [1] " HEAD " > readBin(zz,what="integer",n=3) [1] 14680064 65536 0 > Thanks On Thu, Dec 17, 2009 at 3:52 PM, Phil Spector <spector@stat.berkeley.edu>wrote: > Kapo - > You'll get a better response if you tell us what you've already tried, > and an even better response if you > can provide a reproducible example. > > - Phil Spector > Statistical Computing...
2009 Dec 17
3
Problem reading binaries created with fortran
Is it possible to read fortran binaries with R? I tried unsucessfully and my understanding is that fortran write binaries with leading and trailing bytes. I get numbers but not the right ones. Thanks ps: the binary I'm interested in reading is a MODFLOW output with a mix of character, double and integers. [[alternative HTML version deleted]]
2009 Feb 20
3
3D or 4D plot
I have data on a regular grid in the format: x y z data. I would like to be able to plot them in 3d kind of like a volume or a mesh with colors. Is that possible in R and how? Thanks [[alternative HTML version deleted]]
2012 May 03
2
Help with readBin
I'm trying to read a binary file created by a fortran code using readBin and readChar. Everything reads fine (integers and strings) except for double precision numbers, they are read as huge or very small number (1E-250,...). I tried various endianness, swap, But nothing has worked so far. I also tried on R 64 bit for linux and windows (R 2.14) and R 2.11 on windows XP 32 bit. Any help would
2007 Oct 08
3
tcltk scrollbar
The following code should give me (at least that's what I think) two list boxes with their individual scrollbars. But instead both scrollbars stick to the same listbox even though they work as they should (scroll individual listboxes). When I remove all the widgets on top everything works perfectly. Any help would be highly apprecciated. ps: all subsequent listboxes and scrollbars work
2005 Jun 27
1
ks.test() output interpretation
I'm using ks.test() to compare two different measurement methods. I don't really know how to interpret the output in the absence of critical value table of the D statistic. I guess I could use the p-value when available. But I also get the message "cannot compute correct p-values with ties ..." does it mean I can't use ks.test() for these data or I can still use the D
2009 Jul 21
0
clim.pact question (annual cycle removal)
I'm using the clim.pact package, I'm particularly interested in the EOF computation. I've noticed that whether I used the option to remove the annual cycle or not I get the same results. Am I missing something or the option hasn't been implemented yet? Thank you. [[alternative HTML version deleted]]