Learn R Programming

TRONCO (version 2.4.2)

has.model: has.model

Description

Return true if there is a reconstructed model in the TRONCO dataset 'x', which should be a TRONCO compliant dataset - see is.compliant.

Usage

has.model(x)

Arguments

x
A TRONCO compliant dataset.

Value

TRUE if there is a reconstructed model in x.

Examples

Run this code
data(test_dataset)
has.model(test_dataset)

Run the code above in your browser using DataLab