View source: R/reformulations.R
ROI_plugin_register_reformulation | R Documentation |
Register a new reformulation method to be used with
ROI_reformulate
.
ROI_plugin_register_reformulation(
from,
to,
method_name,
method,
description = "",
cite = "",
author = ""
)
from |
a data.frame with the supported signatures. |
to |
a data.frame with the supported signatures. |
method_name |
a character string giving the name of the method. |
method |
a function registered as solver method. |
description |
a optional character string giving a description of what the reformulation does. |
cite |
a optional character string indicating a reference, such as the name of a book. |
author |
a optional character string giving the name of the author. |
TRUE on success
Other reformulate functions:
ROI_reformulate()
,
ROI_registered_reformulations()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.