Namespace: factor

commands.factor

Methods

(static) module.exports(data, options) → {object}

Generates the response for the "factor" command.

Parameters:
Name Type Description
data Object

The data from the viz.

Properties
Name Type Description
x Array.<string>

Values of the independent variable.

options Object

The options supplied to voxlens when creating the viz.

Properties
Name Type Description
key string

key for the x-axis.

listAll boolean

flag to list all values.

Source:
Returns:
  • Response for the "factor" command.
Type
object