Display Lixoft API Structures
[Tools][Display]
Display the structures retrieved by the LixoftConnectors library in a user-friendly way.
Usage
R
lixoftDisplay(structure)
Arguments
structure [miscellanous] The data structure to be displayed.
Examples
R
if (FALSE) {
settings = getProjectSettings()
lixoftDisplay(settings)
}