Learn R Programming

aidar (version 1.0.5)

getCloud3D: retrieves a given 3D cloud by it's name from the given file and returns it as a data.frame

Description

retrieves a given 3D cloud by it's name from the given file and returns it as a data.frame

Usage

getCloud3D(fileName, cloudName)

Arguments

fileName

name of the AIDA file

cloudName

name of the AIDA 3D cloud to be returned

Examples

Run this code
# NOT RUN {
histoFile = system.file("extdata", "clouds.xml.gz", package="aidar")
c3d = getCloud3D(histoFile, '33')
# }

Run the code above in your browser using DataLab