from_cmpx {agena.ai} | R Documentation |
Load a Model from CMPX
Description
This function reads an input agena.ai model file with the .cmpx extension to create an R model object. The model object includes the networks and the nodes of the imported model.
Usage
from_cmpx(modelPath)
Arguments
modelPath |
Path to the input file |
Value
An R model object
[Package agena.ai version 1.1.1 Index]