R/editing.functions.R
change.color.Rd
Change the color of an event type
change.color(x, type, new.color)
A TRONCO compliant dataset.
An event type
The new color (either HEX or R Color)
A TRONCO complian dataset.
data(test_dataset) dataset = change.color(test_dataset, 'ins_del', 'red')