Description Usage Arguments See Also Examples
This function summarises the content of a 'sample.cr´ object.
| 1 |         summary(samp, digits = 5)
 | 
| samp | object of class 'sample.cr´. | 
| digits | the number of significant figures numbers are rounded to | 
setpars.survey.cr,   generate.sample.cr
plot.sample.cr
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | cr.reg<-generate.region(x.length=100, y.width=50)
cr.dens <- generate.density(cr.reg)
cr.poppars<-setpars.population(density.pop = cr.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 = 3, exposure.shape = 0.5, 
						type.values = c("Male","Female"), type.prob = c(0.48,0.52))
cr.pop<-generate.population(cr.poppars)
cr.des<-generate.design.cr(cr.reg, n.occ = 4)
cr.survpars<-setpars.survey.cr(cr.pop, cr.des, pmin.unmarked=0.00001, pmax.unmarked=0.5, improvement=0.01)
cr.samp<-generate.sample.cr(cr.survpars)
summary(cr.samp) 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.