settings-class | R Documentation |
An S4 class to hold settings for a starve model
## S4 method for signature 'settings'
formula(x)
## S4 replacement method for signature 'settings'
formula(x) <- value
## S4 method for signature 'settings'
n_neighbours(x)
## S4 method for signature 'settings'
distance_units(x)
## S4 replacement method for signature 'settings'
distance_units(x) <- value
## S4 method for signature 'settings'
max_distance(x)
## S4 replacement method for signature 'settings'
max_distance(x) <- value
x |
An object |
value |
A replacement value |
formula(settings)
: Get model formula
formula(settings) <- value
: Set model formula
n_neighbours(settings)
: Get maximum number of neighbours used in graphs
distance_units(settings)
: Get distance units used for the model.
distance_units(settings) <- value
: Set distance units. Automatically converts
max_distance setting to new units.
max_distance(settings)
: Get maximum distance for edges in the graph
max_distance(settings) <- value
: Set maximum distance for edges in the graph
formula
A formula
n_neighbours
The number of parents for each node in the graph.
distance_units
The units used for distance calculation. Must be compatible with units::set_units.
max_distance
The maximum allowable distance for edges in the transient graph.
Other starve_classes:
TMB_out-class
,
dag-class
,
long_stars-class
,
observation_parameters-class
,
observations-class
,
parameters-class
,
process-class
,
process_parameters-class
,
starve-class
,
tracing-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.