Description Usage Arguments Value Examples
View source: R/summary_population.R
This function will allow the user to easily read trends and characteristics (label, population size(s), growth rate(s)...) of one community-class object.
1 2 3 | ## S3 method for class 'community'
summary(object, ...,
d.print = as.numeric(getOption("digits")))
|
object |
an object of class "community" |
... |
not implemented yet |
d.print |
the number of decimal digits to be printed in statistics |
A list containing calculated summaries for a community. See 'examples'.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.