search for: datum2

Displaying 2 results from an estimated 2 matches for "datum2".

Did you mean: datum
2011 May 22
0
Manipulating rownames for nMDS
..._PA..CD.6 0 0 0 0 ST9_PA..CC.4 0 0 0 0 ST9_PA..CC.5 0 1 1 0 FX9_PA..CZ.8 0 0 0 0 FX9_PA..CY.8 0 0 0 0 BLZ09_MF..CC.4 0 0 0 0 BX9_MF..CD.1 0 0 0 0 ST9_MF..CC.3 1 0 0 1 ST9_MF..CC.4 1 0 0 1 FX9_MF..CH.1 1 1 0 0 FX9_MF..CH.2 1 0 0 0 This is the code I have thus far: datum <- read.csv(q, header=F) datum2 <- datum[,2:ncol(datum)] rownames(datum2) <- datum[,1] fit <- metaMDS(datum2, distance = "jaccard", k = 3, trymax=20, autotransform=F) fit. <- data.frame(sample=rownames(datum2), fit$points) p <- qplot(X1,X2, col=sample, data=fit.) print(p) dev.off() Thanks for your he...
2006 Jan 19
3
html excel file
...n while the first 12 lines are the heades the next is the date followed by the singel values...(these lines are always repeated) it is supposed to look like 1 2 3 4 5 6 7 8 9 10 12 15 datum1 a b c d e f g h i j k l datum2 a b c d e f g h i j k l ... i tried to read it in as a normal excel file but it didn??t work out the way it was supposed to thank you for helping!!! stefan