getAnnotation: retrieves the annotation of a given AIDA object by it's name...

Description Usage Arguments Examples

Description

retrieves the annotation of a given AIDA object by it's name from the given file

Usage

1
getAnnotation(fileName, objectName)

Arguments

fileName

name of the AIDA file

objectName

name of the AIDA object for which the annotation is to be found

Examples

1
2
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
ann = getAnnotation(histoFile, '21')

aidar documentation built on May 1, 2019, 9:22 p.m.

Related to getAnnotation in aidar...