Displaying 5 results from an estimated 5 matches for "chaes".
Did you mean:
chars
2008 Oct 28
1
Saving a 3d array into a matlab file
Dear R users,
I am tryting to save an 3d array to a matlab file like the following.
A <- array(1:24, c(2,3,4))
writeMat(filename, A=A)
But if I load the mat file from Matlab, it is not 3d matrix anymore.
Does anyone know how I can preserve the 3d structure?
Any help will be greatly appreciated.
Minho Chae
[[alternative HTML version deleted]]
2010 Jan 06
1
How do I upside down colorkey of levelplot?
Hi, all.
I made the main figure of levelplot upside down by transposing and
proper indexing; upper left corner is the biginning of matrix.
However, I can't figure out how I can upside down the vertical
colorkey right side of the main figure.
Any help will be greatly appreciated.
Minho
2013 Jan 04
0
Wine release 1.5.21
The Wine development release 1.5.21 is now available.
What's new in this release (see below for details):
- Beginnings of a netstat built-in program.
- Support for selecting resolution in the PostScript driver.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.5.21.tar.bz2
2012 Sep 14
0
Wine release 1.5.13
The Wine development release 1.5.13 is now available.
What's new in this release (see below for details):
- Client-side window rendering using the DIB engine.
- Raw input support for keyboard and mouse.
- Support for transparent window areas using color keying.
- Proper C++ RTTI support on 64-bit.
- Implementation of logical processor information.
- Support for fonts with
2010 Jan 07
0
Outlier colors in image()
Hi all,
I'd like to color outliers differently in image() function, say blue
for below a threshhold value and red for above a threshold value.
I was able to do this in levelplot() by using "col.regions" and "at" parameters.
But for a large matrix, i.e, 8000x200, the figure is just too slim in
levelplot, so I am turning toward using image().
If I use