Re: [R] extract values from summary of function indval of the package labdsv

2012-07-24 Thread Rui Barradas
Hello, There's a general purpose way to get the members of the object returned by summary functions. What you have tried unsuccessfully is a particular case of that method: assign summary to a variable and see what's int it. si <- summary(indication3) class(si) # see the class of summary ob

[R] extract values from summary of function indval of the package labdsv

2012-07-23 Thread katse
Hi everybody, I am doing Indicator species analysis using the function "indval" from the package "labdsv". For further analysis I need the values "Number of Significant Indicators" and "Sum of Indicator Values" that is calculated from the summary on my indval object. indication3<-indval(Veg,cav