Description Usage Arguments Value
Counts the number of input variables (formal arguments) present in the
body of a individual function. Applied to a population of individuals,
this information is useful to identify driving variables in a modelling
task.
functionVariablePresenceMap
returns a (one row) variable
presence map for a function, populationVariablePresenceMap
returns a variable presence map for a population of RGP individuals
(a list of R functions).
1 2 3 |
f |
A R function to return a variable presence map for. |
pop |
A RGP population to return a variable presence map for. |
A data frame with variables (formal parameters) in the columns, individuals (function) in the rows and variable counts in the cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.