Description Usage Value Author(s) Examples
Reset global options for maeve
1 |
resets the MAEVE_OPTIONS() internal function to its package defaults.
Bill Forrest forrest@gene.com
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.