| Population-class {dsims} | R Documentation |
Class "Population"
Description
Contains an instance of a population including a description of their detectability in the form of an object of class Detectability.
Slots
region.nameObject of class
"character"; the name of the region object.strata.namesObject of class
"character"; the names of the strata.NObject of class
"numeric"; the number of individuals/clusters.DObject of class
"numeric"; the density of individuals/clusters.populationObject of class
"data.frame"; the locations of individuals/clusters and any population covariates.detectabilityObject of class
"Detectability"; describes how easily the individuals/clusters can be detected.
Methods
plotsignature=(object = "Line.Transect"): plots the locations of the individuals/clusters.
See Also
make.population.description, make.detectability
[Package dsims version 1.0.4 Index]