| limits {dembase} | R Documentation |
Gives the first and last categories used by each dimension
of a DemographicArray object or a
DemographicAccount. It provides a
quick way of understanding the structure of an object.
limits(object, components = FALSE) ## S4 method for signature 'DemographicArray' limits(object, components = FALSE) ## S4 method for signature 'MetaData' limits(object)
object |
An object of class |
components |
Logical. Only used if |
If object is a DemographicArray,
or if object is a DemographicAccount and
components is FALSE, then the return value is a data.frame;
otherwise it is a list of data.frames.
library(demdata) popn <- Counts(VAPopn) limits(popn)