Re: [R] Data format question for triangle.plot package ade4

2010-07-09 Thread David Winsemius
On Jul 8, 2010, at 4:41 PM, steve_fried...@nps.gov wrote: hello, I am trying to develop a triangle plot but am having difficultly assigning the row.names to the 3 columns in the data.frame Here is what I've done, attach(SoilVegHydro) dim(SoilVegHydro) 129239 # now take 3 variable

[R] Data format question for triangle.plot package ade4

2010-07-09 Thread Steve_Friedman
hello, I am trying to develop a triangle plot but am having difficultly assigning the row.names to the 3 columns in the data.frame Here is what I've done, attach(SoilVegHydro) dim(SoilVegHydro) 129239 # now take 3 variables from main data.frame for plotting dat <- cbind.data.frame(TP,

[R] Data format question

2009-02-07 Thread Drew Garey
Hello all, I have a *.csv file that looks like this (actual file is orders of magnitude larger): site taxa no.ind meadow LMA 2 meadow LCY 1 meadow MSA 2 forest LMA 1 forest LCY 1 forest MSA 1 forest MSX 1 I am interested in, but have failed to create, code that efficiently converts it to a si