getProfile2D {aidar}R Documentation

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

Description

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

Usage

getProfile2D(fileName, histoName)

Arguments

fileName

name of the AIDA file

histoName

name of the AIDA 2D profile histogram to be returned

Examples

histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
p2d = getProfile2D(histoFile, 'Example 2D profile (gauss)')

[Package aidar version 1.0.5 Index]