pmxOptions {ggPMX}R Documentation

This function can be used to set ggPMX options

Description

getPmxOption retrieves the value of a ggPMX option. ggPMXOptions sets the value of ggPMX options; it can also be used to return a list of all currently-set ggPMX options.

Usage

pmxOptions(...)

Arguments

...

Options to set, with the form name = value.

Details

There is a global option set, which is available by default.

Options used in ggPMX

Examples

## Not run: 
pmxOptions(template_dir = PATH_TO_CUSTOM_CONFIGURATION)

## End(Not run)

[Package ggPMX version 1.2.11 Index]