getMFCLversion: getMFCLversion

View source: R/mfcl.r

getMFCLversionR Documentation

getMFCLversion

Description

Returns the version of MFCL to be used for this session

Usage

getMFCLversion(file)

Arguments

file

name of a file to get the MFCL version from.

Details

The value of file should be either (1) a path to an MFCL executable such as ‘mfclo64’, or (2) a path to an MFCL ⁠rep⁠ file such as ‘plot-10.par.rep’.

The default value of file looks for ⁠mfclo64⁠ inside the FLR4MFCL package installation directory.

Value

the mfcl version

Examples

repfile <- system.file(package="FLR4MFCL", "extdata/plot-07.par.rep")
getMFCLversion(repfile)


robscott3/FLR4MFCL documentation built on April 9, 2024, 3:31 p.m.