extract_df: Extract Data Frame Representation of Fitness Landscape

View source: R/FitLandDF.R

extract_dfR Documentation

Extract Data Frame Representation of Fitness Landscape

Description

Extract Data Frame Representation of Fitness Landscape

Usage

extract_df(x)

Arguments

x

FitLandDF object

Value

data frame representation of fitness landscape

Examples

# create fitness landscape
values <- array(1:27, dim = rep(3, 3))
my_landscape <- FitLandDF(values)

# extact data frame representation
my_df <- extract_df(my_landscape)

fitscape documentation built on March 18, 2022, 5:57 p.m.