new_search_config: Create a new search configuration

View source: R/new_search_config.R

new_search_configR Documentation

Create a new search configuration

Description

Create a new search configuration object for use in a tree analysis.

Usage

new_search_config(name, ...)

Arguments

name

The name of a search method. Partial unambiguous matches are also accepted. The options are:

  • branch_breaking: branch swapping on a set of trees. Creates a BranchBreakingOptions object;

  • branch_swapping: branch swapping from a starting tree. Creates a BranchSwappingOptions object;

  • driven_search: search using targets for completion. Creates a DrivenSearchOptions object;

  • ratchet: search using parsimony ratchet. Creates a RatchetOptions object.

...

Arguments to be passed on to the R6 class responsible for creating the search method object.

See Also

The new method of BranchBreakingOptions, BranchSwappingOptions, DrivenSearchOptions and RatchetOptions describe optional arguments for search method creation.


paravian/nitro documentation built on Jan. 17, 2025, 11:21 p.m.