change.color: change.color

Description Usage Arguments Value Examples

View source: R/editing.functions.R

Description

Change the color of an event type

Usage

1
change.color(x, type, new.color)

Arguments

x

A TRONCO compliant dataset.

type

An event type

new.color

The new color (either HEX or R Color)

Value

A TRONCO complian dataset.

Examples

1
2
data(test_dataset)
dataset = change.color(test_dataset, 'ins_del', 'red')

TRONCO documentation built on Nov. 8, 2020, 5:51 p.m.