simplexImport {labsimplex} | R Documentation |
Imports the information contained in a .smplx
file.
Description
The function reads and (optionally) loads into the environment the simplex
(object of class smplx
) contained in a .smplx
file that was
previously created using simplexExport
.
Usage
simplexImport(filename, aut.load = TRUE, name = NULL)
Arguments
filename |
string with the name of the file (without extension) to
be imported. This file must be generated using
|
aut.load |
logical. Should the imported simplex object be directly loaded on the Environment? Default to TRUE. |
name |
name for the simplex object to be created if
|
Value
A smplx
class object with the complete information of the
simplex
Author(s)
Cristhian Paredes, craparedesca@unal.edu.co
Jesús Ágreda, jagreda@unal.edu.co
See Also
Examples
simplexR2 <- exampleOptimization(surface = exampleSurfaceR2)
simplexExport(simplex = simplexR2)
rm(simplexR2)
simplexImport(filename = "simplexR2")
[Package labsimplex version 0.1.2 Index]