EVOLUTION-MANAGER
Edit File: callwith.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Evaluate a function with a modified default values</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for callwith {rlist}"><tr><td>callwith {rlist}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Evaluate a function with a modified default values</h2> <h3>Description</h3> <p>Evaluate a function with a modified default values </p> <h3>Usage</h3> <pre> callwith(fun, args, dots = list(), keep.null = FALSE, envir = parent.frame()) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>fun</code></td> <td> <p>either a function or a non-empty character string naming the function to be called</p> </td></tr> <tr valign="top"><td><code>args</code></td> <td> <p>a list of values to modify the default arguments of the function</p> </td></tr> <tr valign="top"><td><code>dots</code></td> <td> <p>the user-specific input (usually from ...)</p> </td></tr> <tr valign="top"><td><code>keep.null</code></td> <td> <p><code>TRUE</code> to keep <code>NULL</code> values after argument modifications</p> </td></tr> <tr valign="top"><td><code>envir</code></td> <td> <p>the environment to evaluate the function call</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>rlist</em> version 0.4.6.2 <a href="00Index.html">Index</a>]</div> </body></html>