Description Usage Arguments Examples
retrieves a given 3D cloud by it's name from the given file and returns it as a data.frame
1 | getCloud3D(fileName, cloudName)
|
fileName |
name of the AIDA file |
cloudName |
name of the AIDA 3D cloud to be returned |
1 2 | histoFile = system.file("extdata", "clouds.xml.gz", package="aidar")
c3d = getCloud3D(histoFile, '33')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.