mosmafs (version 0.1.2)

availableAttributes: 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)

Value

[character] attributes of individuals in population.

Arguments

log

[ecr_logger] ecr log object.

check

[logical(1)] whether to check consistency.