.createAttributeAspect | R Documentation |
Some aspects like NodeAttributesAspect or EdgeAttributesAspect use a key-value scheme. This function helps in constructing while avoiding repetition.
.createAttributeAspect( propertyOf, name, value, dataType, isList, subnetworkId = NULL, .log = "" )
propertyOf |
integer; refers to the IDs of an other aspect |
name |
character; key of the attribute |
value |
character; value of the attribute |
dataType |
character (optional); |
isList |
logical (optional); |
subnetworkId |
integer (optional); CySubNetworks |
*AttributeAspect prototype object
Internal function only for convenience
.mergeIdAspect
, .mergeAttributesAspect
, CySubNetworks
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.