Description Usage Arguments Details Value Author(s) See Also Examples
feature
provides useful options intended to be used with 'LINC'
objects.
1 2 3 4 |
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
1 2 3 4 5 | data(BRAIN_EXPR)
# add a custom name
crbl_cluster_feat <- crbl_cluster + feature(customID = "CEREBELLUM")
plotlinc(crbl_cluster_feat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.