redefault | R Documentation |
Makes a copy of a function with new defaults. Similar to purrr::partial
except that arguments with new defaults still accept input.
redefault(.f, ...)
.f |
function |
... |
< |
function
squircle <- redefault(ob_ellipse, m1 = 4)
squircle(a = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.