Learn R Programming

MoBPS (version 1.13.1)

get.size: Number of individuals in each generation

Description

Function to calculate the number of individuals per generation

Function to calculate the number of individuals per generation

Usage

get.size(population)

get.size(population)

Value

matrix with numeric values

matrix with numeric values

Arguments

population

Population list

Examples

Run this code
data(ex_pop)
get.size(ex_pop)
data(ex_pop)
get.size(ex_pop)

Run the code above in your browser using DataLab