R/editing.functions.R
trim.Rd
Deletes all events which have frequency 0 in the dataset.
trim(x)
A TRONCO compliant dataset.
data(test_dataset) test_dataset = trim(test_dataset)