availableAttributes: List Attributes that can be Aggregated

View source: R/utils.R

availableAttributesR Documentation

List Attributes that can be Aggregated

Description

Looks at the first individuum in the first generation and returns its attributes. If check is TRUE it checks that the log object is consistent and throws an error if not. "Consistent" here means that all individuals in all generations have the same attributes.

Usage

availableAttributes(log, check = FALSE)

Arguments

log

[ecr_logger] ecr log object.

check

[logical(1)] whether to check consistency.

Value

[character] attributes of individuals in population.


mosmafs documentation built on Nov. 3, 2022, 1:05 a.m.