[R] changing default character size depending on settings for mfcol: How to scale font consistently?

2009-10-29 Thread Kim MILFERSTEDT
ext( x = 30, y = 75, labels = LETTERS[j], cex = 1.6, col ="red" ) } dev.off() } -- Kim Milferstedt, PhD Postdoctoral Researcher INRA Laboratoire

[R] function to compute consensus DNA sequence by plurality?

2008-05-27 Thread Kim Milferstedt
is is what I would like to get. ___________ Kim Milferstedt, PhD Postdoctoral Researcher University of Illinois at Urbana-Champaign Department of Microbiology C207 CLSL 601 S. Goodwin Avenue Urbana, IL 61801 phone: 001-217-244-0721 email: [EMAIL PROTECTED] ___

[R] AMOVA results from ade4 different than in the reference publication

2008-05-22 Thread Kim Milferstedt
for your help! Kim -- _______ Kim Milferstedt, PhD Postdoctoral Researcher University of Illinois at Urbana-Champaign Department of Microbiology C207 CLSL 601 S. Goodwin Avenue Urbana, IL 61801 phone: 001-217-244-0721 email: [EMAIL PROTECTED] __

[R] split character string in matrix into character vector and numeric vector

2008-05-21 Thread Kim Milferstedt
Hello, I've got a matrix consisting of one column with n rows. Each field in the matrix is filled with a character vector. I would like to convert this matrix into a character vector containing the B03_MAH-type entries from the beginning of each row and a data.frame that contains the numeric

[R] removing a specific number of digist from a character string

2007-09-17 Thread Kim Milferstedt
quot;060907_17_3_5_5_1_2913.tif" "060907_17_3_5_6_1_2914.tif" Desired output: [3988] "060907_17_3_5_1_1_" "060907_17_3_5_2_1_" "060907_17_3_5_3_1_" [3991] "060907_17_3_5_4_1_" "060907_17_3_5_5_1_" "060907_17_3_5_6_1_" _