completed_nm: Create an nm object from an already completed PsN run

View source: R/nm_object.R

completed_nmR Documentation

Create an nm object from an already completed PsN run

Description

[Experimental]

This is useful if the run was made outside of NMproject and we want to leverage NMproject to do postprocessing and results extraction. It is not recommended to apply run_nm() or write_ctl() to this object as that would break reproducibility

Usage

completed_nm(mod_file, data_path = data_name(mod_file), force = FALSE)

Arguments

mod_file

Path to a model file

data_path

Optional path to the corresponding data set

force

Passed to new_nm().

Value

An nm object with class "completed_nm".


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.