Description Usage Arguments Examples
Generic functions to access information from the objects with classes defined in this package
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | product(x)
simname(x)
fileName(x)
bands(x)
iters(x)
variables(x)
variablesRB3D(x)
typeNums(x)
imageTypes(x)
imageNums(x)
|
x |
SimulationFilter or SimulationFiles class |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | sF <- simulationFilter(product = "directions")
bands(sF)
## Not run:
#access information within SimulationFiles object
#define the simulation directory
simDir <- "C:/Users/<Username>/DART/user_data/simulations/cesbio/"
simFiles <- getFiles(simDir)
#show bands that are selected
bands(simFiles)
#show 'type numbers' that have been selected
typeNums(simFiles)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.