userfriendlyscience (version 0.5-2)

paginatedAsymmetricalScatterMatrix: paginatedAsymmetricalScatterMatrix

Description

A function that generates a series of asymmetricalScatterMatrices, so that they can be printed or included in PDFs.

Usage

paginatedAsymmetricalScatterMatrix(dat, cols, rows, maxRows = 5, ...)

Arguments

dat
The dataframe containing the variables specified in cols and rows.
cols
The names of the variables to use for the columns.
rows
The names of the variables to use for the rows.
maxRows
The maximum number of rows on one 'page' (i.e. in one asymmetricalScatterMatrix).
...
Extra arguments to pass on to each asymmetricalScatterMatrix call.

Value

An object containing the asymmetricalScatterMatrices in a list: An object containing the asymmetricalScatterMatrices in a list:

See Also

asymmetricalScatterMatrix

Examples

Run this code
## Not run: 
# ### (Not run by default because it's quite timeconsuming.)
# tmp <- paginatedAsymmetricalScatterMatrix(infert, cols=c("parity"),
#                                           rows=c("induced", "case",
#                                                  "spontaneous", "age",
#                                                  "pooled.stratum"),
#                                           maxRows = 3,
#                                           showCorrelations="top-right");
# tmp$output$scatterMatrices[[1]];
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace