Learn R Programming

TRONCO (version 2.4.2)

delete.model: delete.model

Description

Delete a reconstructed model from the dataset

Usage

delete.model(x)

Arguments

x
A TRONCO compliant dataset.

Value

A TRONCO complian dataset.

Examples

Run this code
data(test_model)
model = delete.model(test_model)
has.model(model)

Run the code above in your browser using DataLab