Description Usage Arguments Value Examples
View source: R/editing.functions.R
Change the color of an event type
1 | change.color(x, type, new.color)
|
x |
A TRONCO compliant dataset. |
type |
An event type |
new.color |
The new color (either HEX or R Color) |
A TRONCO complian dataset.
1 2 | data(test_dataset)
dataset = change.color(test_dataset, 'ins_del', 'red')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.