powered by
This function exports individual plots of all observations to a PDF file. Limit the number of observation via rp.select.
rp.select
rp.plots2pdf( rp.object, file = "rp_plots.pdf", groups = NULL, page.breaks = NULL, bw = FALSE )
Creates a PDF file.
A ResponsePatterns object.
A string. A filename of the PDF file.
A list of vectors. Defines groups of items that should be plotted using the same color.
A vector. Draws a vertical line after the items (useful if you want to display the pagination of the questionnaire in the plot).
A logical scalar. Should the plot be printed in black and white?
If you have trouble exporting the PDF file, close all active graphical devices by running dev.off several times.
dev.off
rp.acors, rp.patterns, rp.plot
rp.acors
rp.patterns
rp.plot
rp <- rp.acors(rp.simdata, id.var="optional_ID") if (FALSE) rp.plots2pdf(rp)
Run the code above in your browser using DataLab