Skip to contents

Example matrix object.

Usage

data(matrix)

Format

An object of class matrix (inherits from array) with 4 rows and 4 columns.

Value

matrix.

Note

Updated 2020-01-28.

Examples

data(matrix)
class(matrix)
#> [1] "matrix" "array" 
print(matrix)
#>        sample01 sample02 sample03 sample04
#> gene01        1        2        3        4
#> gene02        5        6        7        8
#> gene03        9       10       11       12
#> gene04       13       14       15       16