MetricList-class {rblt} | R Documentation |
MetricList reference class
Description
MetricList reference class
Methods
add(node)
add new node in the list.
draw()
draw the objec value
Return Value
returns a list of String object representing the value
get()
get all node from the list.
Return Value
returns a list of node
getat(id)
return element at id index.
Return Value
returns the node @ id
getcolactive()
get matrix col enable
getcolnames()
get matrix col name
getmatrix()
get matrix of elements
getsize()
return lenght of element.
Return Value
returns a non-negativ numeric
slctset(v)
enable or disable metric view
Parameters
v
True or False vector
[Package rblt version 0.2.4.7 Index]