df2matrix: df2matrix

Description Usage Arguments Value

View source: R/rrepast-helper.R

Description

This function converts data frames to matrix data type.

Usage

1
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


rrepast documentation built on Feb. 19, 2020, 9:06 a.m.

Related to df2matrix in rrepast...