generateContinuousMapping: Generates a continuous VizMap property mapping.

Description Usage Arguments Value

View source: R/createCytoscapeVizMap.R

Description

Used by the createCytoscapeVizMap function. For internal use only.

Usage

1
2
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.


C3c6e6/SetRank documentation built on May 6, 2019, 9:12 a.m.