segplot | R Documentation |
the SEG method works by averaging the coverage estimates over a range of ages. Users may wish to see the age pattern for diagnostic purposes.
segplot(
X,
minA = 15,
maxA = 75,
minAges = 8,
exact.ages = NULL,
eOpen = NULL,
deaths.summed = FALSE,
log = FALSE,
nx.method = 2
)
X |
|
minA |
the lowest age to be included in search |
maxA |
the highest age to be included in search (the lower bound thereof) |
minAges |
the minimum number of adjacent ages to be used in estimating |
exact.ages |
optional. A user-specified vector of exact ages to use for coverage estimation |
eOpen |
optional. A user-specified value for remaining life-expectancy in the open age group. |
deaths.summed |
logical. is the deaths column given as the total per age in the intercensal period ( |
log |
logical. should we log the y axis? |
nx.method |
integer 2 or 4. 4 is smoother |
All arguments are essentially the same as those given to seg()
Function called for its graphical side effects
## Not run:
segplot(Moz)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.