summary.community: Communities summaries and trends #' @author Julia Guerra...

Description Usage Arguments Value Examples

View source: R/summary_population.R

Description

This function will allow the user to easily read trends and characteristics (label, population size(s), growth rate(s)...) of one community-class object.

Usage

1
2
3
## S3 method for class 'community'
summary(object, ...,
  d.print = as.numeric(getOption("digits")))

Arguments

object

an object of class "community"

...

not implemented yet

d.print

the number of decimal digits to be printed in statistics

Value

A list containing calculated summaries for a community. See 'examples'.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
  # Default usage
  pop1 = population("mypop", 1, 0.8, 500)
  comm1 = community("toto", pop1,pop1)
  summary(comm1)

  # long history community
  data(hudson)
  sumrsc = summary(hudson)

  sumrsc$hare$Rates_of_change   # same for community object

  # In case you want to modify digits printing settings

  summary(hudson,11)

BEE-Univ-Grenoble/BeePODYNA documentation built on Dec. 25, 2019, 4:49 a.m.