search for: rearraging

Displaying 5 results from an estimated 5 matches for "rearraging".

Did you mean: rearranging
2010 May 07
2
How to re-arrange data in R
Dear users, I have monthly station data (44) stations data for 45 years which I have read in R using read.table. the data is in the format: Year Month Station1 Station2 ...................................... Station 44 (i.e the column names in the 1st row), I also have the latitude and longitude of the stations in a separate file in R (in the format : Station LAT LON). I wish to
2004 Jan 15
1
Ordering bars in barplots
I have a dataframe such that when I enter the dataframe name at the R prompt and see the data, the order of the data is correct (ie. what I want - ordered numerically by the factor, class). The table is akin to the following: df: (dataframe = df) uniqueID class age a 1 32 b 1 21 c 1 13 d 1 11 e 3 15 f 3 16 g 3 31 h 3 25 i 4 23 j 4 32 k 4 31 l 7 11 m 7 6 n
2007 May 29
2
fullscreen 3D leads to gnome panels rearranging
Hi, Just wondering if anyone else has seen this behavior? Today I ran some 3D demos, just for fun (from http://www.vividimage.enta.net/electrome/) !!! When the demo ends and gives me back a gnome desktop all my panels icons had rearranged and ended up at the right hand corner in a tiny clump. In windowed mode its fine just full screen. Any ideas? Should I file a bug report or is this
2014 Oct 31
1
Samba 3.6.23 and Windows 7
After being content with an old laptop running XP for years, my job decided to provide me with a shiny new one running Windows 7 Professional. The biggest problem with this is that I can't get the Windows 7 box to login to my Samba NT4-style domain controller. I have upgraded samba from 3.0.33 to 3.6.23, and copied my smbpasswd file to where the new samba expects to find it in
2003 Sep 11
3
Flipping a heatmap
Hi I am using the heatmap function in package mva to look at large correlation matrices visually. Is there any way to "flip" the output of heatmap plot left-right so that, if presented with a correlation matrix, it plots the unity elements in the correlation matrix along a diagonal from top left to bottom right? For example: library(mva) x = matrix(rnorm(1000), ncol=10) z = cor(x)