reset.graph.par: Resets Xpose variable definitions to factory settings

reset.graph.parR Documentation

Resets Xpose variable definitions to factory settings

Description

Function to reset Xpose's graphics parameters definitions to the default.

Usage

reset.graph.par(object, classic = FALSE)

Arguments

object

An xpose.data object.

classic

A logical operator specifying whether the function should assume the classic menu system. This is an internal option and need never be called from the command line.

Details

This functions is used to reset Xpose's graphic settings definitions to their default values. Graphical settings are read from the file 'xpose.ini' in the root of the 'xpose4' package.

Value

An xpose.data object (classic == FALSE) or null (classic == TRUE).

Author(s)

Niclas Jonsson & Justin Wilkins

See Also

xpose.prefs-class, import.graph.par, change.xvardef

Examples


## Not run: 
## xpdb5 is an Xpose data object
## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)

## Import graphics preferences you saved earlier using export.graph.par
xpdb5 <- import.graph.par(xpdb5)

## Reset to default values
xpdb5 <- reset.graph.par(xpdb5)

## Change WRES definition
xpdb5 <- change.wres(xpdb5)

## End(Not run)


UUPharmacometrics/xpose4 documentation built on Feb. 22, 2024, 5:02 p.m.