Learn R Programming

pmxNODE (version 0.1.0)

nn_extractor: Internal: Extract NN function from model

Description

Extract the entire NN functions from a model file

Usage

nn_extractor(text)

Value

NN function as string in form of "NN1(state=t,min_init=1,max_init=5)"

Arguments

text

(string) Line of model code as string

Author

Dominic Bräm