min_max_measurements | R Documentation |
Get the min-max values of the measured variables (except for TOFs, that would require iteration through data rather than parsing metadata).
min_max_measurements(opentims)
opentims |
Instance of OpenTIMS. |
data.frame Limits of individual extracted quantities.
## Not run: D = OpenTIMS('path/to/your/folder.d') min_max_measurements(D) # this gives a small data-frame with min and max values. ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.