LastPop {GARS}R Documentation

Accessors for the 'LastPop' slot of a GarsSelectedFeatures object.

Description

The LastPop slot contains the last chromosome population

Usage

LastPop(x)

## S4 method for signature 'GarsSelectedFeatures'
LastPop(x)

Arguments

x

a GarsSelectedFeatures object

Value

a matrix containing the last population

Author(s)

Mattia Chiesa, Luca Piacentini

Examples

data(GARS_res_GA)
ex_pop <- LastPop(GARS_res_GA)

[Package GARS version 1.0.0 Index]