Description Usage Arguments Examples
retrieves the annotation of a given AIDA object by it's name from the given file
1 | getAnnotation(fileName, objectName)
|
fileName |
name of the AIDA file |
objectName |
name of the AIDA object for which the annotation is to be found |
1 2 | histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
ann = getAnnotation(histoFile, '21')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.