plot_ofv: Objective function plot

View source: R/plot_ofv.R

plot_ofvR Documentation

Objective function plot

Description

Plots the value, at each printed out iteration, of objective function during an estimation step.

Usage

plot_ofv(run, estimation_number = NULL, auto_legend = TRUE)

Arguments

run

pmxploit NONMEM run object.

estimation_number

integer. Number of the estimation step. Default is NULL, plotting the last estimation.

auto_legend

logical. When TRUE (default), default pmxploit plotting options are applied (title, labels, axis...).

Value

A ggplot2 object.

Examples

EXAMPLERUN %>% plot_ofv()

EXAMPLERUN %>% plot_ofv(estimation_number = 1)

pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.