rates1 | R Documentation |
These are used to calculate the net reproductive ratio (NRR)
rates1
numeric vector of hypothetical fertility and mortality rates
age specific fertility rates at time point 1
Simulated values
## Not run:
data(rates1)
data(rates2)
# nothing fancy
# compare Lx
plot(rates1[,1],type='l',col="blue")
lines(rates2[,1],col="green")
# compare Fx
plot(rates1[,2],type='l',col="blue")
lines(rates2[,2],col="green")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.