getCloud2D: retrieves a given 2D cloud by it's name from the given file...

Description Usage Arguments Examples

Description

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

Usage

1
getCloud2D(fileName, cloudName)

Arguments

fileName

name of the AIDA file

cloudName

name of the AIDA 2D cloud to be returned

Examples

1
2
histoFile = system.file("extdata", "clouds.xml.gz", package="aidar")
c2d = getCloud2D(histoFile, '30')

aidar documentation built on May 1, 2019, 9:22 p.m.

Related to getCloud2D in aidar...