search for: subtily

Displaying 3 results from an estimated 3 matches for "subtily".

Did you mean: subtile
2002 Mar 12
4
swapping rows with columns
Hello, I've read in a data file as a frame and now I'd like the columns to be rows and the rows to be columns. What's the easiest way to do this in R? > class(d) [1] "data.frame" > rownames(d) [1] "98x101" "40x98" "30x40" "0x30" > colnames(d) [1] "H..sapiens" "C..elegans"
2004 Feb 09
0
miss-parsing id_rsa file
...w------- 1 andreas andreas 951 Aug 2 2003 .ssh/id_rsa -rw-r--r-- 1 andreas andreas 223 Aug 2 2003 .ssh/id_rsa.pub andreas at lukas:~$ head -n3 .ssh/id_rsa -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,483908A29B0FB1E5 first i believed in a subtily broken binary but i got the same error when deinstalling, purging and reinstalling a newly downloaded package. i have not found a similar error with google. please advice.
2002 Mar 09
1
labels outside plotting region
Hello, I've just started R, and I'm getting a bit mad using it. I've managed to produce a barplot with the labels for the ytick marks placed horizontally (perpendicular to the y-axis) usiing par(las=1). The problem is that most of my labels are in part beyond the plotting area because they are rather long (e.g. "H. sapiens", "D. melanogaster" ...). What is the