list_methods: Print available methods in flexFitR

View source: R/99_growth_curves.R

list_methodsR Documentation

Print available methods in flexFitR

Description

Print available methods in flexFitR

Usage

list_methods(bounds = FALSE, check_package = FALSE)

Arguments

bounds

If TRUE, returns methods for box (or bounds) constraints. FALSE by default.

check_package

If TRUE, ensures solvers are installed. FALSE by default.

Value

A vector with available methods

Examples

library(flexFitR)
list_methods()

flexFitR documentation built on April 16, 2025, 5:09 p.m.