Description Usage Arguments Examples
retrieves a given 2D histogram by it's name from the given file and returns it as a data.frame
1 | getHisto2D(fileName, histoName)
|
fileName |
name of the AIDA file |
histoName |
name of the AIDA 2D histogram to be returned as a data.frame |
1 2 | histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
h2 = getHisto2D(histoFile, '10')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.