Learn R Programming

modello (version 0.1.1)

modello.reset: Reset Modello Session

Description

Rest the modello session, that is deallocates and reallocates all the arrays. All the data stored in them is lost.

Usage

modello.reset()

Arguments

Value

Return invisible NULL

Examples

Run this code
# NOT RUN {
modello.init(10, 10, 10, 10) # Initilaises the modello session with arrays of the given size
modello.is.init() # TRUE
modello.reset()   # restart the modello session with initial array sizes 
modello.is.init() # TRUE
modello.close()   # Closes modello
modello.is.init() # FALSE
# }

Run the code above in your browser using DataLab