search for: 84x84

Displaying 1 result from an estimated 1 matches for "84x84".

Did you mean: 8484
2004 Aug 03
0
strange tickmarks placing in image
...ds, Arne Here are my commands: > library(marrayPlots) # for the colors > col <- maPalette(low='white', high='darkred', k=50) > par(ps=8, cex=1, mar=c(1,5,5,1)) # space needed for lables @ axis 1 and 3 # x and y range from 1 to 84, x is the correlation matrix (dim = 84x84) > image(1:84, 1:84, x, col=col, xaxt='n', yaxt='n', xlab='', ylab='') # set up the axis, 28 lables, distributed un-evenly over the image axis > axis(3, i, labels=names(l), las=2, tick=T) > axis(2, i, labels=names(l), las=2, tick=T) > grid(84, col='b...