[R] installing package gstat

2013-10-10 Thread Simona Augyte
e ‘gstat’ was built under R version 3.0.2 #Error: package or namespace load failed for ‘gstat’ what do you recommend? -- Simona Augyte, MS PhD student Ecology and Evolutionary Biology University of Connecticut cell 707-832-7007 [[alternative HTML ve

Re: [R] NMDS QUESTION

2013-09-01 Thread Simona Augyte
t;- dist(korma) korma.mds <- isoMDS(korma.dist) #Error in isoMDS(korma.dist) : zero or negative distance between objects 1 and 5 # What do I need to do to my data to avoid the error message? On Sun, Sep 1, 2013 at 3:03 AM, Berend Hasselman wrote: > > On 01-09-2013, at 00:30, Simona Augyt

[R] NMDS QUESTION

2013-08-31 Thread Simona Augyte
",header=TRUE) coma.x<-as.matrix(coma) coma.dist <- dist(coma.x) # right here I get a warning message -> In dist(coma.x) : NAs introduced by coercion WHAT DOES THAT MEAN??? the table has values and there are not NAs. Could this be a by product of the way I inserted the data? Please he