discretize: Discretize two numeric columns of a data frame into a matrix.

Description Usage Arguments Value

View source: R/discretize.R

Description

Discretize two numeric columns of a data frame into a matrix.

Usage

1
discretize(.data, dims = c(600, 600), x = "x", y = "y")

Arguments

.data

Data frame

dims

Dimensions of matrix

x

Name of x column in the data frame

y

Name of y column in the data frame

Value

A matrix with dimensions dims


andrie/attractor documentation built on May 13, 2019, 11:56 p.m.