Do a scatter plot of a matrix according to age-period-cohorts
scatterplotAPC(mat, ages, years, plotAge = TRUE, plotYear = TRUE,
plotCohort = TRUE, zeroLine = TRUE, ...)
matrix with the data to plot.
ages corresponding to the rows in mat
.
years corresponding to the columns in mat
.
logical value indicating if the age scatter plot should be produced.
logical value indicating if the calendar year scatter plot should be produced.
logical value indicating if the cohort scatter plot should be produced.
logical value indicating if a horizontal line at zero should be plotted.
other arguments to pass to the plot function.