Displaying 2 results from an estimated 2 matches for "tjm".
Did you mean:
tim
2010 Feb 03
4
Header in read.table() function
...I read it in however, it replaces the hyphens with a dot. Which parameter in the read.table function do I need to set to change this behaviour?
Example code:
jm <- matrix(1:4,2,2)
rownames(jm) <- c('a','b')
colnames(jm) <- c('a-1','a-2')
write.table(jm,'tjm.out',row.names=T,col.names=T,sep='\t')
mm <- read.table('tjm.out',row.names=1,header=T,sep='\t',colClasses = "character")
print(mm)
a.1 a.2
a 1 3
b 2 4
I would like 'a-1' 'a-2' in the header and not a.1 & a.2
thanks....
2012 Jun 11
2
bubbleplot3: R equivalent of the MATLAB function?
All,
Does there exist an R equivalent of the MATLAB function "bubbleplot3"?
Semi-naive Googleing has thus far revealed no such package to me. Your
insight is appreciated!
Regards,
TJM
[[alternative HTML version deleted]]