has.model {TRONCO} | R Documentation |
Return true if there is a reconstructed model in the TRONCO dataset 'x', which should be
a TRONCO compliant dataset - see is.compliant
.
has.model(x)
x |
A TRONCO compliant dataset. |
TRUE if there is a reconstructed model in x
.
data(test_dataset) has.model(test_dataset)