| feature {LINC} | R Documentation |
feature provides useful options intended to be used with 'LINC' objects.
feature(setLevel = NULL,
customID = NULL,
customCol = "black",
showLevels = FALSE)
setLevel |
a |
customID |
a |
customCol |
a |
showLevels |
whether to show the inherited classes of the object |
Custom ids and colours enable the identification of a particular object in plots created by plotlinc and querycluster. With setLevel it is possible to change the class of an object.
feature works in combination with the plus operator: 'object' + feature(customID = ..., customCol = ...)
an object of the class 'LINCfeature' (S4) with 5 Slots (not shown)
Manuel Goepferich
querycluster ;
strlinc
data(BRAIN_EXPR) # add a custom name crbl_cluster_feat <- crbl_cluster + feature(customID = "CEREBELLUM") plotlinc(crbl_cluster_feat)