accessors: Access object information

Description Usage Arguments Examples

Description

Generic functions to access information from the objects with classes defined in this package

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19

Arguments

x

SimulationFilter or SimulationFiles class

Examples

 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)

willmorrison1/daRt documentation built on Feb. 23, 2022, 2:13 a.m.