spnFree {spectrino}R Documentation

Release of Spectrino

Description

Release R-object and closes application of Spectrino (optionally) after you have finished working with it. This is the proper way to close Spectrino, closing only the application will leave R-object of Spectrino.

Usage

spnFree(inclApp)

Arguments

inclApp

- logical (default is FALSE) option to include (or not) the release of Spectrino application as well

Value

spnFree - Returns nothing.

Author(s)

Teodor Krastev

Examples

# Initialization of Spectrino
spnNew() 

# Release of Spectrino
spnFree(TRUE)

[Package spectrino version 2.0.0 Index]