search for: roraima

Displaying 3 results from an estimated 3 matches for "roraima".

2011 Aug 30
2
Conditional plots in the soiltexture package
...nal plots in the soiltexture package. I have data from the particle size distribution of soils derived from two parent materials and I want to use the parent material as conditioner. Thanks a lot. Alessandro Samuel-Rosa Post-Graduation Program in Soil Science Federal University of Santa Maria Av. Roraima, n? 1000, CEP 97105-970 Santa Maria, RS, Brazil -- View this message in context: http://r.789695.n4.nabble.com/Conditional-plots-in-the-soiltexture-package-tp3777783p3777783.html Sent from the R help mailing list archive at Nabble.com.
2012 Feb 16
1
Repeated cross-validation for a lm object
...tion lmCV() in the package chemometrics provides the predicted values. However, it works only with multiple linear regression models. I hope there is a way of doing it. Best regards, ----- Bc.Sc.Agri. Alessandro Samuel-Rosa Postgraduate Program in Soil Science Federal University of Santa Maria Av. Roraima, n? 1000, Bairro Camobi, CEP 97105-970 Santa Maria, Rio Grande do Sul, Brazil -- View this message in context: http://r.789695.n4.nabble.com/Repeated-cross-validation-for-a-lm-object-tp4394833p4394833.html Sent from the R help mailing list archive at Nabble.com.
2008 Oct 23
2
Avoiding Biplot Labels Overllaping
Hi everybody, I'm trying, without success, to avoid some variables labels to overlap on a capscale (vegan package) object graph. I was able to move the labels with the coding below, but it moves the entire vector... CAPobj<-CAPpotiFT for(i in c(2:8))CAPobj$CCA[[i]][,1]<-CAPpotiFTI$CCA[[i]][,1] CAPpotiFTI$CCA[[i]][,1][2]<-0.85 And here the graphic script