plotPM: (Calibration Performance) Lattice plot to compare PMs across...

Description Usage Arguments Value Examples

Description

(Calibration Performance) Lattice plot to compare PMs across calibration models

Usage

1
plotPM(tableofdifferences, results.path = ".", savepng = FALSE)

Arguments

tableofdifferences

A data frame, Output of importTableOfDifferences

results.path

A character vector of length one. The absolute path or path relative to the working directory where a new directory named "results" will be written (if not already present). All output files will be written here. Default is the current working directory.

savepng

A Boolean. Save output to a png file. Default is FALSE.

Value

Lattice plot of the data found in the "Table of differences" files.

Examples

1
2
3
4
5
## Not run: 
plotPM(tableofdifferences = tableofdifferences,
 results.path = model.list$results.pat,savepng=TRUE )

## End(Not run)

MichaelFolkes/ctctools documentation built on May 7, 2019, 4:56 p.m.