as.list.matrix: Transform a matrix to a list

Description Usage Arguments Value Author(s)

Description

Transform a matrix to a list

Usage

1
2
  ## S3 method for class 'matrix'
 as.list(x, byrow = TRUE, ...)

Arguments

x

a matrix

byrow

each element of the list will correspond to each row (byrow = TRUE) or each column (byrow = FALSE) of the matrix

...

not used

Value

a list

Author(s)

David Hajage dhajage@gmail.com


eusebe/markup documentation built on May 16, 2019, 9:35 a.m.