Learn R Programming

SetRank (version 1.1.0)

generateContinuousMapping: Generates a continuous VizMap property mapping.

Description

Used by the createCytoscapeVizMap function. For internal use only.

Usage

generateContinuousMapping(attributeName, visualValues, attributeValues, attributeType = "float", lesserValue = NA, greaterValue = NA)

Arguments

attributeName
The node or edge attribute for which to create a visual property mapping.
visualValues
The values the visual property should have a key points.
attributeValues
The key point attribute values
attributeType
The type of the attribute. Must be either "float" or "integer".
lesserValue
Optional. The value for the visual property for attribute values below the lowest key point specified in attributeValues.
greaterValue
Optional. The value for the visual property for attribute values above the highest key point specified in attributeValues.

Value

An xmlNode object representing the VizMap property mapping.