ExclusiveSectorialSearchOptions | R Documentation |
ExclusiveSectorialSearchOptions
is an R6 class that defines the set
of options required to perform exclusive sectorial searching analyses in
nitro
.
nitro::AbstractSectorialSearchOptions
-> ExclusiveSectorialSearchOptions
selections
An integer value indicating the number of exclusive (i.e., non-overlapping) sectors to subdivide the entire tree into.
rounds
An integer value indicating the number of times to repeat exclusive sector selection and analysis.
new()
ExclusiveSectorialSearchOptions$new( selections, rounds = 2, buffer = TRUE, slack = 0 )
selections
An integer value indicating the number of exclusive (i.e., non-overlapping) sectors to subdivide the entire tree into.
rounds
An integer value indicating the number of times to repeat exclusive sector selection and analysis.
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()
ExclusiveSectorialSearchOptions$print(...)
...
Ignored.
queue()
ExclusiveSectorialSearchOptions$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.
ExclusiveSectorialSearchOptions$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.