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