An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-ecology/attachments/20130122/74f773bc/attachment.pl>
Query as db-RDA
2 messages · ecology_questions at yahoo.co.jp, Jari Oksanen
On 22/01/2013, at 08:09 AM, <ecology_questions at yahoo.co.jp> wrote:
I have been carried out a ordination programm, which is db-RDA based on package "vagan". I could show the ordination figure. However, I do not find how X and Y values of the respective plots and of arrows of the respective environmental variables were taken. Please teach me the way(s) and programm(s) to get the X and Y values.
Hello, They are extracted from the result object using scores() function. The scores() function is described together with the plot() function (see ?plot.cca, ?scores.cca). The raw scores can be found from the result object (see ?cca.object), but scores() also scales results as requested (argument 'scaling'). HTH, ?????
Jari Oksanen, Dept Biology, Univ Oulu, 90014 Finland