df2matrix {rrepast} | R Documentation |
df2matrix
Description
This function converts data frames to matrix data type.
Usage
df2matrix(d, n = c())
Arguments
d |
The data frame |
n |
The column names to be converted. Null for all data frame columns |
Value
The data frame converted to a matrix
[Package rrepast version 0.8.0 Index]