maeve_reset: Reset global options for maeve

Description Usage Value Author(s) Examples

View source: R/options.R

Description

Reset global options for maeve

Usage

1

Value

resets the MAEVE_OPTIONS() internal function to its package defaults.

Author(s)

Bill Forrest forrest@gene.com

Examples

1
2
3
4
5
6
7
8
 cat('maeve::maeve_options() allows reset of parameters called in functions within maeve.')
 ## Not run:  maeve_options( 'spline_color' );
           maeve_options( 'spline_color' = 'orange');
           maeve_options( 'spline_color' );
           maeve_reset()
           maeve_options( 'spline_color' );
          
## End(Not run)

wfforrest/maeve documentation built on Jan. 1, 2021, 12:47 p.m.