getHisto2D: retrieves a given 2D histogram by it's name from the given...

Description Usage Arguments Examples

Description

retrieves a given 2D histogram by it's name from the given file and returns it as a data.frame

Usage

1
getHisto2D(fileName, histoName)

Arguments

fileName

name of the AIDA file

histoName

name of the AIDA 2D histogram to be returned as a data.frame

Examples

1
2
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
h2 = getHisto2D(histoFile, '10')

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

Related to getHisto2D in aidar...