Learn R Programming

aidar (version 1.0.5)

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

Description

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

Usage

getProfile1D(fileName, histoName)

Arguments

fileName

name of the AIDA file

histoName

name of the AIDA 1D profile histogram to be returned

Examples

Run this code
# NOT RUN {
histoFile = system.file("extdata", "histos.xml.gz", package="aidar")
p1d = getProfile1D(histoFile, 'Example profile (gauss)')
# }

Run the code above in your browser using DataLab