Learn R Programming

fitscape (version 0.1.0)

extract_df: 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

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab