Summarize simulations down to the value of a statistic picked at a given time.
1 2 3 4 5 6 7 8 | summ_value(
d,
sname = "x",
tname = "t",
tval = NULL,
colname = NULL,
keep = NULL
)
|
d |
Data frame with coordinates per timepoint per simulation |
sname |
Column name of the statistic to summarize |
tname |
Time column |
tval |
Timepoint to pick (defaults to last generation) |
colname |
Optional name of the summary column |
keep |
Optional names of columns to keep in the summary data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.