retrieve.mini {SymbolicDeterminants} | R Documentation |
Retrieve Specific Minidetguide or Parsed Minidetguide
Description
Retrieves a specified file from storage directory
Usage
retrieve.mini(p, storage,
browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe",
verbose=TRUE)
Arguments
p |
Size of matrix (pxp) |
storage |
Quoted name of directory for storage of detguides |
browser |
Name of program to be used as HTML browser |
verbose |
Logical. TRUE causes printing of program ID before and after running |
Details
Provide full path in storage. Example: storage="c:/determinants". File to be retrieved is indicated interactively from console.
Value
Selects and retrieves a minidetguide file from the storage/p/ subdirectory or displays the symbolic determinant in an HTML editor
Author(s)
William R. Fairweather
Examples
## Not run: retrieve.mini(p=5,storage=tempdir(),
browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe",
verbose=TRUE)
## End(Not run)
[Package SymbolicDeterminants version 2.0.0 Index]