View source: R/des_scatterplot_matrix.R
| des_scatterplot_matrix | R Documentation |
works on variable groups (cross-item_level), which are expected to show
a Pearson correlation
des_scatterplot_matrix(
label_col,
study_data,
item_level = "item_level",
meta_data_cross_item = "cross-item_level",
meta_data = item_level,
meta_data_v2,
cross_item_level,
`cross-item_level`
)
label_col |
variable attribute the name of the column in the metadata with labels of variables |
study_data |
data.frame the data frame that contains the measurements |
item_level |
data.frame the data frame that contains metadata attributes of study data |
meta_data_cross_item |
meta_data_cross |
meta_data |
data.frame old name for |
meta_data_v2 |
character path to workbook like metadata file, see
|
cross_item_level |
data.frame alias for |
`cross-item_level` |
data.frame alias for |
Descriptor # TODO: This can be an indicator
a list with the slots:
SummaryPlotList: for each variable group a ggplot2::ggplot object with
pairwise correlation plots
SummaryData: table with columns VARIABLE_LIST, cors,
max_cor, min_cor
SummaryTable: like SummaryData, but machine readable and with
stable column names.
## Not run:
devtools::load_all()
prep_load_workbook_like_file("meta_data_v2")
des_scatterplot_matrix("study_data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.