| ageTimeStep {dembase} | R Documentation |
If a object has a regular age-time plan,
then ageTimeStep returns the length of the age-time steps used;
otherwise it raises an error.
ageTimeStep(object) ## S4 method for signature 'DemographicArray' ageTimeStep(object) ## S4 method for signature 'MetaData' ageTimeStep(object)
object |
Object of class |
A number (i.e. a numeric vector of length 1).
hasRegularAgeTime, DemographicArray,
dimtypes, dimscales
library(demdata) x <- Counts(VAPopn) x hasRegularAgeTime(x)