Generate GPF from IQRnlmeProject of IQRsysProject

Generate GPF from IQRnlmeProject of IQRsysProject

generate_GPFFromIQRnlmeProject(projectPath, filename = NULL)

Arguments

projectPath

file.path to an IQRnlmeProject or IQRnlmeProject

filename

file.path to write GPF to

Value

GPF

Author

Daniel Lill, Daniel Kaschek (IntiQuan)

Examples

if (FALSE) {
projPath <- system.file("examples/GPFExamples/project3_Epo", package = "IQRtools")
xls_fromProject <- generate_GPFFromIQRnlmeProject(projPath)
}