Description Usage Arguments Examples
Use insitu_gui for the main wizard, or access an individual tab with its respective command.
You do not need to provide the nmr argument to insitu_gui, doing so will disable the import tab.
By default logs will be output to the console during operation, you can adjust the level of detail using the command:
jms.classes::set_persistent_setting('NMR-GUI-LOGLEVEL', 'DEBUG')
Replacing 'DEBUG' with 'INFO', 'WARN', or 'ERROR'.
You can disable logging entirely using 'FALSE'. R may need to be restarted before this command will take effect.
1 2 3 4 5 6 7 8 9 | interactiveBaseline(nmr)
interactiveImport()
interactivePhase(nmr)
interactivePlotting(nmr)
insitu_gui(nmr)
|
nmr |
The NMR data |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.