Skip to contents

Example list data used to test correlation() methods.

Usage

data(correlation)

Format

An object of class list of length 6.

Value

list.

Note

Updated 2020-01-28.

Examples

data(correlation)
class(correlation)
#> [1] "list"
names(correlation)
#> [1] "vector_x"               "vector_y"               "matrix_x"              
#> [4] "matrix_y"               "SummarizedExperiment_x" "SummarizedExperiment_y"