powered by
retrieves a given 2D histogram by it's name from the given file and returns it as a data.frame
getHisto2D(fileName, histoName)
name of the AIDA file
name of the AIDA 2D histogram to be returned as a data.frame
# NOT RUN { histoFile = system.file("extdata", "histos.xml.gz", package="aidar") h2 = getHisto2D(histoFile, '10') # }
Run the code above in your browser using DataLab