scatterplotAPC {StMoMo} | R Documentation |
Do a scatter plot of a matrix according to age-period-cohorts
Description
Do a scatter plot of a matrix according to age-period-cohorts
Usage
scatterplotAPC(mat, ages, years, plotAge = TRUE, plotYear = TRUE,
plotCohort = TRUE, zeroLine = TRUE, ...)
Arguments
mat |
matrix with the data to plot. |
ages |
ages corresponding to the rows in |
years |
years corresponding to the columns in |
plotAge |
logical value indicating if the age scatter plot should be produced. |
plotYear |
logical value indicating if the calendar year scatter plot should be produced. |
plotCohort |
logical value indicating if the cohort scatter plot should be produced. |
zeroLine |
logical value indicating if a horizontal line at zero should be plotted. |
... |
other arguments to pass to the plot function. |
[Package StMoMo version 0.4.1 Index]