Learn R Programming

aidar (version 1.0.5)

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

Description

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

Usage

getHisto3D(fileName, histoName)

Arguments

fileName

name of the AIDA file

histoName

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

Examples

Run this code
# NOT RUN {
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
h3 = getHisto3D(histoFile, '13')
# }

Run the code above in your browser using DataLab