pmxOptions: This function can be used to set ggPMX options

View source: R/ggPMX-options.R

pmxOptionsR 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

  • template_dir: path to template directory

Examples

## Not run: 
pmxOptions(template_dir = PATH_TO_CUSTOM_CONFIGURATION)

## End(Not run)

ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.