View source: R/make_Z_fortran.r
make_Z_fortran | R Documentation |
The FORTRAN version of Multimix produces two output files: GENERAL.OUT and GROUPS.OUT. The latter mainly contains the Z matrix.
make_Z_fortran(gr.out = "groups.out")
gr.out |
string containing a file name. |
This function facilitates the obtaining of Multimix R output given Multimix FORTRAN output.
a matrix containing a Z matrix.
Murray Jorgensen
Z <- make_Z_fortran(system.file('extdata', 'GROUPS-BP-Multimixf90.OUT', package = 'multimix'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.