summary.population: Default Summary Statement for an Animal Population

Description Usage Arguments See Also Examples

Description

This function summarises the content of a 'population´ object.

Usage

1
        summary.population(pop, plot=FALSE, digits=5, ...)

Arguments

pop

object of class 'population´.

plot

if TRUE the population will be plotted

digits

the number of significant figures that numbers will be given to

...

extra plot arguments

See Also

setpars.population, generate.population plot.population

Examples

1
2
3
4
5
6
7
8
9
reg<-generate.region(x.length = 50, y.width = 80)
     
dens <- generate.density(reg)
pop.pars<-setpars.population(reg, density.pop = dens, number.groups = 100, size.method = "poisson", 
					size.min = 1, size.max = 5, size.mean = 1, exposure.method = "beta", 
					exposure.min = 2, exposure.max = 10, exposure.mean = 6, exposure.shape = 1)
pop<-generate.population(pop.pars)

summary(pop)

dill/wisp documentation built on May 15, 2019, 8:31 a.m.