Find all currently available implementations for methods like "nfindr" or "vca".

get.implementations(
  method,
  search.paths = unmixR.options("implementation.search")
)

Arguments

method

The method (e.g. "nfindr" or "vca").

search.paths

A vector with packages and/or environments that should be searched for implementations. Give packages in the form "package:unmixR".

Value

A vector with available method names.

Examples

get.implementations("nfindr")
#> [1] "Brute"
get.implementations("vca")
#> [1] "lopez"      "nascimento"