View source: R/estimator_registry.R
| remove_estimator | R Documentation |
Remove a network estimator from the registry.
remove_estimator(name)
name |
Character. Name of the estimator to remove. |
Invisible NULL.
register_estimator, list_estimators
register_estimator("test_est", function(data, ...) diag(3),
description = "test", directed = FALSE)
remove_estimator("test_est")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.