powered by
retrieves a given 2D cloud by it's name from the given file and returns it as a data.frame
getCloud2D(fileName, cloudName)
name of the AIDA file
name of the AIDA 2D cloud to be returned
# NOT RUN { histoFile = system.file("extdata", "clouds.xml.gz", package="aidar") c2d = getCloud2D(histoFile, '30') # }
Run the code above in your browser using DataLab