summ_value: Summarize simulations

Description Usage Arguments

View source: R/summ_value.R

Description

Summarize simulations down to the value of a statistic picked at a given time.

Usage

1
2
3
4
5
6
7
8
summ_value(
  d,
  sname = "x",
  tname = "t",
  tval = NULL,
  colname = NULL,
  keep = NULL
)

Arguments

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


rscherrer/egstools documentation built on April 4, 2020, 1:40 a.m.