getHisto1D {aidar} | R Documentation |
retrieves a given 1D histogram by it's name from the given file and returns it as a data.frame
Description
retrieves a given 1D histogram by it's name from the given file and returns it as a data.frame
Usage
getHisto1D(fileName, histoName)
Arguments
fileName |
name of the AIDA file |
histoName |
name of the AIDA 1D histogram to be returned as a data.frame |
Examples
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
h1 = getHisto1D(histoFile, '1')
[Package aidar version 1.0.5 Index]