plot_calib: Plot results from the database

Description Usage Arguments Value

View source: R/plot_calib.R

Description

Creat a dotty plot of calibration results

Usage

1
2
plot_calib(dbFile, acpyXML, run = NULL, plot.dim = TRUE, nrow = 2,
  ncol = 4, zoom = FALSE, z.fct = 2, update = F)

Arguments

dbFile

database file; filepath to the database file where calibration results are stored

acpyXML

XML file; filepath to the xml file used for ACPy calibration

run

numeric; Run number to extract parameters from. If NULL extracts best parameters from the whole database

plot.dim

logical; Control the dimensions of the plot area using nrow and ncol

nrow

numeric; Only used if plot.dim is set to TRUE. Designates how many rows are in the plot. Defaults to 2

ncol

numeric; Only used if plot.dim is set to TRUE. Designates how many columns are in the plot. Defaults to 4

zoom

logical; Applies a zoom factor to the plot. Defaults to FALSE

z.fct

numeric; Multiplication factor on zoom to the top of the graph. Defaults to 2. Only used if zoom is set to TRUE.

update

logical; Creates a plot that updates every ~30 seconds. It needs to be manually cancelled. Defaults to FALSE..

Value

Plot of calibration


tadhg-moore/gotmtools documentation built on Oct. 9, 2019, 2:48 p.m.