ConstrainedSectorialSearchOptions | R Documentation |
ConstrainedSectorialSearchOptions
is an R6 class that defines the set
of options required to perform sectorial searching analyses in
nitro
.
nitro::AbstractSectorialSearchOptions
-> ConstrainedSectorialSearchOptions
min_fork
An integer value indicating the minimum fork number to use with constraint-based sectorial searches.
max_fork
An integer value indicating the maximum fork number to use with constraint-based sectorial searches.
rounds
An integer value indicating the number of times to cycle over groups in constraint-based selections.
new()
ConstrainedSectorialSearchOptions$new( min_fork = 10, max_fork = 10, rounds = 3, buffer = TRUE, slack = 0 )
min_fork
An integer value indicating the minimum fork number to use with constraint-based sectorial searches.
max_fork
An integer value indicating the maximum fork number to use with constraint-based sectorial searches.
rounds
An integer value indicating the number of times to cycle over groups in constraint-based selections.
buffer
A logical value indicating whether to use an independent memory buffer for analysis of sectors.
slack
An integer value indicating the percentage to increase the available memory during searches.
print()
ConstrainedSectorialSearchOptions$print(...)
...
Ignored.
queue()
ConstrainedSectorialSearchOptions$queue(set_only = FALSE)
set_only
A logical indicating whether to instruct the command to
execute immediately (TRUE
) or set the variables for future
execution (FALSE
, default).
clone()
The objects of this class are cloneable with this method.
ConstrainedSectorialSearchOptions$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.