Displaying 9 results from an estimated 9 matches for "coulibali".
Did you mean:
coulibaly
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]]
2009 Dec 17
1
Problem reading binaries created with fortran (More infos)
The structure of the file is clear (see below) the first line is made of
integers and doubles with the fifth being a text string followed by arrays
of double precision number.:
int1 int2 double1 double2 text int3 int4 int5
(array of double)
here is an example of file:
1 1 1.0 1.0 "HEAD" 160 224 3
23.4 34.5 ......
I tried to read the first line with readBin (results are copied below):
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
2001 Jun 20
1
What makefile should we use ?
Hello,
I'm trying to write my own code for an oggplayer. Once i have my source
files, what kind of makefile should I use ? Or what commande line should i
give to the compiler ?
Thank you
ekine
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
2001 Jun 16
1
Compilation of my own sources
Hello community,
Just one tiny question : all source files provided for download come bundled
with Makefiles. My problem is : what makefile do i use (or what g++
compilation command line) if i want to compile my own sources ? I mean that
g++ mysource.cpp doesn't work.
Thank you
Sekine
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
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]]