spnFree: Release of Spectrino

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
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

1
2
3
4
5
# Initialization of Spectrino
spnNew() 

# Release of Spectrino
#spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.